aboutsummaryrefslogtreecommitdiffstats
path: root/ext/host-info.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-03 22:36:43 +0000
committerDavid Robillard <d@drobilla.net>2011-11-03 22:36:43 +0000
commitd2fa4f8292a50b47864d561c33ced39c55c89254 (patch)
tree72e320a6cd7979c66941ce1203334617a57df227 /ext/host-info.lv2
parente8b25617db84184a2b299ef57f7c4295081b7576 (diff)
downloadlv2-d2fa4f8292a50b47864d561c33ced39c55c89254.tar.xz
Syntax highlight C and Turtle code in documentation.
Diffstat (limited to 'ext/host-info.lv2')
-rw-r--r--ext/host-info.lv2/host-info.ttl5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/host-info.lv2/host-info.ttl b/ext/host-info.lv2/host-info.ttl
index d19a7a4..38bdd2d 100644
--- a/ext/host-info.lv2/host-info.ttl
+++ b/ext/host-info.lv2/host-info.ttl
@@ -45,10 +45,11 @@ about LV2 hosts. Currently, the primary use of this specification is to describ
extensions are supported by a given host.</p>
<p>The extensions supported by a host can be described like this:</p>
-<pre>
+<pre class="turtle-code">
@prefix hi: &lt;http://lv2plug.in/ns/ext/host-info#&gt; .
-&lt;http://example.org/some-host&gt; a hi:Host ;
+&lt;http://example.org/some-host&gt;
+ a hi:Host ;
doap:name "Foo Rack" ;
hi:supportsExtension [
hi:extension &lt;http://example.org/some-extension&gt; ;