From d2bd47c38be8ca75385a8de5f8ce32003d790429 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Feb 2020 14:44:55 +0100 Subject: Use standard Turtle lexer in Pygments A Turtle lexer was finally added in Pygments 2.1. --- plugins/eg-scope.lv2/examploscope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/eg-scope.lv2') diff --git a/plugins/eg-scope.lv2/examploscope.c b/plugins/eg-scope.lv2/examploscope.c index aa542c8..a4f5f3f 100644 --- a/plugins/eg-scope.lv2/examploscope.c +++ b/plugins/eg-scope.lv2/examploscope.c @@ -168,7 +168,7 @@ connect_port(LV2_Handle handle, This function forges a message for sending a vector of raw data. The object is a http://lv2plug.in/ns/ext/atom#Blank[Blank] with a few properties, like: - [source,n3] + [source,turtle] -------- [] a sco:RawAudio ; -- cgit v1.2.1