From d2fa4f8292a50b47864d561c33ced39c55c89254 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 3 Nov 2011 22:36:43 +0000 Subject: Syntax highlight C and Turtle code in documentation. --- ext/host-info.lv2/host-info.ttl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ext/host-info.lv2') 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.

The extensions supported by a host can be described like this:

-
+
 @prefix hi: <http://lv2plug.in/ns/ext/host-info#> .
 
-<http://example.org/some-host> a hi:Host ;
+<http://example.org/some-host>
+    a hi:Host ;
     doap:name "Foo Rack" ;
     hi:supportsExtension [
         hi:extension <http://example.org/some-extension> ;
-- 
cgit v1.2.1