140
140
}
141
141
},
142
142
{
143
- "name" : " Control keywords 2 " ,
143
+ "name" : " Keywords " ,
144
144
"scope" : [
145
- " keyword.other" ,
146
145
" entity.name.tag" ,
147
- " keyword.other.fn.rust" ,
148
- " storage.modifier.php" ,
149
- " storage.modifier.export.shell" ,
150
- " storage.type.function.shell" ,
151
- " storage.modifier.c" ,
152
- " storage.modifier.specifier.const.cpp" ,
153
- " keyword.mnemonic.x86.asm" ,
154
- " keyword.mnemonic.z80.asm" ,
155
- " storage.type" ,
146
+ " keyword" ,
147
+ " keyword.mnemonic" ,
148
+ " keyword.other" ,
156
149
" storage.modifier" ,
150
+ " storage.type" ,
151
+ " storage.type.function.shell" ,
157
152
],
158
153
"settings" : {
159
154
"foreground" : " #4c8dff" ,
163
158
"name" : " Primitives" ,
164
159
"scope" : [
165
160
" keyword.type" ,
166
- " keyword.mnemonic" ,
167
- " keyword" ,
168
161
],
169
162
"settings" : {
170
163
"foreground" : " #5cb3ee"
192
185
" entity.name.function" ,
193
186
" meta.function-call.twig" ,
194
187
" meta.function-call.other.twig" ,
195
- " entity.name.function.target.makefile" ,
196
- " entity.name.function.call.cpp" ,
188
+ // "entity.name.function.target.makefile",
189
+ // "entity.name.function.call.cpp",
197
190
],
198
191
"settings" : {
199
192
"fontStyle" : " italic" ,
200
193
"foreground" : " #c5efef"
201
194
}
202
195
},
203
- {
204
- "name" : " Entity variable" ,
205
- "scope" : [
206
- " variable.other.object.property.js.jsx" ,
207
- " support.variable.property.js.jsx" ,
208
- " variable.other.object.property.js" ,
209
- ],
210
- "settings" : {
211
- "foreground" : " #c5efdd" ,
212
- }
213
- },
214
196
{
215
197
"name" : " Entity function" ,
216
198
"scope" : [
228
210
" variable.other.makefile" ,
229
211
" meta.property-name.css" ,
230
212
" variable.other.positional" ,
231
- " variable.other.metavariable.name.rust " ,
213
+ " variable.other.metavariable.name" ,
232
214
" constant.other.option" ,
233
215
" variable.class" ,
234
216
],
653
635
{
654
636
"name" : " This" ,
655
637
"scope" : [
656
- " variable.language.this"
638
+ " variable.language.this" ,
639
+ " variable.language.self" ,
657
640
],
658
641
"settings" : {
659
- "foreground" : " #e7569f " ,
642
+ "foreground" : " #eb65b3 " ,
660
643
"fontStyle" : " italic" ,
661
644
}
662
645
},
706
689
"typeParameter" : {
707
690
"foreground" : " #28cc92" ,
708
691
"fontStyle" : " bold"
709
- }
692
+ },
693
+ "selfKeyword" : {
694
+ "foreground" : " #eb65b3" ,
695
+ "fontStyle" : " italic" ,
696
+ },
697
+ "method" : {
698
+ "foreground" : " #c5efdd" ,
699
+ "fontStyle" : " italic" ,
700
+ },
701
+ "property" : " #c5efdd" ,
710
702
}
711
703
}
0 commit comments