aboutsummaryrefslogtreecommitdiffstats
path: root/ext/host-info.lv2/host-info.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/host-info.lv2/host-info.ttl')
-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; ;