Add support for Turtle and SPARQL

This commit is contained in:
Dan Michael O. Heggø
2014-12-06 21:39:32 +01:00
parent ad0cc7f39d
commit 774d18ed8f
8 changed files with 262 additions and 0 deletions

View File

@@ -2613,6 +2613,14 @@ SCSS:
extensions:
- .scss
SPARQL:
type: data
tm_scope: source.sparql
ace_mode: text
extensions:
- .sparql
- .rq
SQF:
type: programming
color: "#FFCB1F"
@@ -2970,6 +2978,13 @@ Turing:
tm_scope: none
ace_mode: text
Turtle:
type: data
extensions:
- .ttl
tm_scope: source.turtle
ace_mode: text
Twig:
type: markup
group: PHP