Separate grammar for jsonc (fixes #42539)

This commit is contained in:
Martin Aeschlimann
2018-06-25 23:30:06 +02:00
parent f984189246
commit 7f56f200c1
5 changed files with 281 additions and 24 deletions
@@ -290,7 +290,10 @@
}
},
{
"scope": "support.type.property-name.json",
"scope": [
"support.type.property-name.json",
"support.type.property-name.jsonc",
],
"settings": {
"foreground": "#0451a5"
}