1919 " support.class" ,
2020 " support.type" ,
2121 " entity.name.type" ,
22+ " entity.name.class" ,
23+
2224 " storage.type.cs" ,
25+ " storage.type.generic.cs" ,
26+ " storage.type.modifier.cs" ,
27+ " storage.type.variable.cs" ,
28+
29+ " storage.type.annotation.java" ,
30+ " storage.type.generic.java" ,
2331 " storage.type.java" ,
24- " entity.other.inherited-class"
32+ " storage.type.object.array.java" ,
33+ " storage.type.primitive.array.java" ,
34+ " storage.type.primitive.java" ,
35+ " storage.type.token.java" ,
36+
37+ " storage.type.groovy" ,
38+ " storage.type.annotation.groovy" ,
39+ " storage.type.parameters.groovy" ,
40+ " storage.type.generic.groovy" ,
41+ " storage.type.object.array.groovy" ,
42+ " storage.type.primitive.array.groovy" ,
43+ " storage.type.primitive.groovy"
2544 ],
2645 "settings" : {
2746 "foreground" : " #4EC9B0"
5170 {
5271 "name" : " Variable and parameter name" ,
5372 "scope" : [
54- " variable.parameter" ,
5573 " variable" ,
56- " variable.name" ,
74+ " meta.definition. variable.name" ,
5775 " support.variable"
5876 ],
5977 "settings" : {
6078 "foreground" : " #9CDCFE"
6179 }
6280 },
6381 {
64- "name" : " Object keys, TS gammar specific" ,
65- "scope" : " object-literal.member.key" ,
82+ "name" : " Object keys, TS grammar specific" ,
83+ "scope" : [
84+ " meta.object-literal.key" ,
85+ " meta.object-literal.key entity.name.function"
86+ ],
6687 "settings" : {
6788 "foreground" : " #9CDCFE"
6889 }
6990 },
7091 {
7192 "name" : " CSS property value" ,
7293 "scope" : [
73- " support.property-value" ,
74- " constant.rgb-value" ,
75- " support.property-value.scss" ,
76- " constant.rgb-value.scss"
94+ " constant.other.color.rgb-value.css" ,
95+ " constant.other.rgb-value.css" ,
96+ " meta.property-value.css support.function" ,
97+ " meta.property-value.css support" ,
98+
99+ " constant.numeric.color.rgb-value.scss" ,
100+ " constant.rgb-value.scss" ,
101+ " meta.property-value.scss support.function" ,
102+ " meta.property-value.scss support"
77103 ],
78104 "settings" : {
79105 "foreground" : " #CE9178"
80106 }
81- },
82- {
83- "name" : " JSX Tag names, workaround for flattening match with function" ,
84- "scope" : " entity.name.function.tag" ,
85- "settings" : {
86- "foreground" : " #569cd6"
87- }
88107 }
89108 ]
90109}
0 commit comments