Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit d4f4ae7

Browse files
committed
turtle support added
A web development oriented editor should support RDF and hence Turtle as the broadly used and most human-readable RDF format.
1 parent 3d6fdc9 commit d4f4ae7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/language/languages.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,12 @@
293293
"fileExtensions": ["hs"],
294294
"blockComment": ["{-", "-}"],
295295
"lineComment": ["--"]
296+
},
297+
298+
"turtle": {
299+
"name": "RDF Turtle",
300+
"mode": "turtle",
301+
"fileExtensions": ["ttl"],
302+
"lineComment": ["#"]
296303
}
297304
}

0 commit comments

Comments
 (0)