[ts] color object literal keys

This commit is contained in:
Martin Aeschlimann
2016-10-17 14:49:59 +02:00
parent bf82981686
commit f38751b6d3
9 changed files with 379 additions and 60 deletions

View File

@@ -59,6 +59,13 @@
"foreground": "#9CDCFE"
}
},
{
"name": "Object keys, TS gammar specific",
"scope": "object-literal.member.key",
"settings": {
"foreground": "#9CDCFE"
}
},
{
"name": "CSS property value",
"scope": [