aboutsummaryrefslogtreecommitdiffstats
path: root/ext/event.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/event.lv2
parente8b25617db84184a2b299ef57f7c4295081b7576 (diff)
downloadlv2-d2fa4f8292a50b47864d561c33ced39c55c89254.tar.xz
Syntax highlight C and Turtle code in documentation.
Diffstat (limited to 'ext/event.lv2')
-rw-r--r--ext/event.lv2/event.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/event.lv2/event.ttl b/ext/event.lv2/event.ttl
index 8691146..6f9bce3 100644
--- a/ext/event.lv2/event.ttl
+++ b/ext/event.lv2/event.ttl
@@ -44,7 +44,7 @@ This extension defines a generic time-stamped event port type, which can be
used to create plugins that read and write real-time events, such as MIDI,
OSC, or any other type of event payload. The type(s) of event supported by
a port is defined in the data file for a plugin, for example:
-<pre>
+<pre class="turtle-code">
&lt;http://example.org/some-plugin&gt;
lv2:port [
a ev:EventPort, lv2:InputPort ;