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-sampler.lv2/uris.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/eg-sampler.lv2/uris.h') diff --git a/plugins/eg-sampler.lv2/uris.h b/plugins/eg-sampler.lv2/uris.h index b3639bc..1609db7 100644 --- a/plugins/eg-sampler.lv2/uris.h +++ b/plugins/eg-sampler.lv2/uris.h @@ -73,7 +73,7 @@ map_sampler_uris(LV2_URID_Map* map, SamplerURIs* uris) /** Write a message like the following to `forge`: - [source,n3] + [source,turtle] ---- [] a patch:Set ; @@ -102,7 +102,7 @@ write_set_file(LV2_Atom_Forge* forge, /** Get the file path from `obj` which is a message like: - [source,n3] + [source,turtle] ---- [] a patch:Set ; -- cgit v1.2.1