[json] add json.configuration

This commit is contained in:
Martin Aeschlimann 2016-01-21 22:47:56 +01:00
parent 817f3f5919
commit 078ac32d73
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{
"comments": {
"lineComment": "//",
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["{", "}"],
["[", "]"]
]
}

View file

@ -30,7 +30,8 @@
],
"mimetypes": [
"application/json"
]
],
"configuration": "./json.configuration.json"
}
],
"grammars": [