aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-16 19:40:28 +0000
committerDavid Robillard <d@drobilla.net>2011-11-16 19:40:28 +0000
commitb51c64cb6da9318b2c79151be3c638be2a692137 (patch)
tree1743f020515d76b78255c67afd38fa682692b5f4 /core.lv2
parent42958da00e7a18117959e6c5089964859c6e958d (diff)
downloadlv2-b51c64cb6da9318b2c79151be3c638be2a692137.tar.xz
Syntax highlight turtle code.
Diffstat (limited to 'core.lv2')
-rw-r--r--core.lv2/lv2.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl
index dd570a6..798d9fd 100644
--- a/core.lv2/lv2.ttl
+++ b/core.lv2/lv2.ttl
@@ -198,7 +198,7 @@ with no language tag.
<p>To be discovered by hosts, plugins MUST explicitly have rdf:type lv2:Plugin
listed in their bundle's manifest, e.g.:</p>
-<pre>
+<pre class="turtle-code">
&lt;http://example.org/my-plugin&gt; a lv2:Plugin .
</pre>
@@ -424,7 +424,7 @@ for discovery purposes: bundles that describe resources that work with
particular plugins (e.g. presets or user interfaces) SHOULD use this predicate
in manifest.ttl to relate the resource to the applicable
plugin(s), e.g.:</p>
-<pre>
+<pre class="turtle-code">
&lt;thing&gt;
a ext:Thing ;
lv2:appliesTo &lt;plugin&gt; ;