From ac22d238867a1fd3833b05a4f34593a11b0dd407 Mon Sep 17 00:00:00 2001 From: Rodolfo Aguirre Date: Wed, 3 Oct 2018 16:14:07 -0500 Subject: [PATCH] Add Turtle into LANGUAGES (#520) --- lib/constants.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 1cca283..260ccd7 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -410,6 +410,11 @@ export const LANGUAGES = [ name: 'TOML', mode: 'toml' }, + { + name: 'Turtle', + mode: 'turtle', + mime: 'text/turtle' + }, { name: 'TypeScript', mode: 'javascript',