[json] improve text mate tokenizer, enable as default

This commit is contained in:
Martin Aeschlimann
2015-11-25 12:00:58 +01:00
parent aba9d6bf3f
commit f924875c00
2 changed files with 44 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"mimetypes": ["application/json"]
}],
"grammars": [{
// "language": "json" : commented out for now
"language": "json",
"scopeName": "source.json",
"path": "./syntaxes/JSON.tmLanguage"
}]