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

Commit

Permalink
Merge pull request #11895 from bozicb/patch-1
Browse files Browse the repository at this point in the history
turtle support added
  • Loading branch information
abose committed Nov 6, 2015
2 parents 933b009 + d4f4ae7 commit 6d6faee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,12 @@
"fileExtensions": ["hs"],
"blockComment": ["{-", "-}"],
"lineComment": ["--"]
},

"turtle": {
"name": "RDF Turtle",
"mode": "turtle",
"fileExtensions": ["ttl"],
"lineComment": ["#"]
}
}

0 comments on commit 6d6faee

Please sign in to comment.