File tree 1 file changed +20
-2
lines changed
1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 199
199
"operator" : {
200
200
"patterns" : [
201
201
{
202
- "match" : " ->|\\ |\\ ||&&|\\ +\\ +|\\ *\\ *|\\ +\\ .|\\ +|-\\ .|-|\\ *\\ .|\\ *|/\\ .|/|\\ .\\ .\\ .|\\ .\\ .|\\ |>| ===|==|\\ ^|:=|!|>=(?! *\\ ?)|<=|=" ,
202
+ "match" : " ->|\\ |\\ ||&&|\\ +\\ +|\\ *\\ *|\\ +\\ .|\\ +|-\\ .|-|\\ *\\ .|\\ *|/\\ .|/|\\ .\\ .\\ .|\\ .\\ .|===|==|\\ ^|:=|!|>=(?! *\\ ?)|<=|=" ,
203
203
"name" : " keyword.operator"
204
+ },
205
+ {
206
+ "match" : " \\ |>" ,
207
+ "name" : " invalid.deprecated"
204
208
}
205
209
]
206
210
},
276
280
"attribute" : {
277
281
"patterns" : [
278
282
{
279
- "match" : " (@@?)([A-Za-z_][A-Za-z0-9_ \\ .]* )" ,
283
+ "match" : " (@)(splice )" ,
280
284
"captures" : {
281
285
"1" : {
282
286
"name" : " storage.modifier punctuation.definition.annotation"
283
287
},
284
288
"2" : {
289
+ "name" : " invalid.illegal"
290
+ }
291
+ }
292
+ },
293
+ {
294
+ "match" : " (@@?)(bs\\ .)?([A-Za-z_][A-Za-z0-9_\\ .]*)" ,
295
+ "captures" : {
296
+ "1" : {
297
+ "name" : " storage.modifier punctuation.definition.annotation"
298
+ },
299
+ "2" : {
300
+ "name" : " invalid.deprecated"
301
+ },
302
+ "3" : {
285
303
"name" : " variable.annotation"
286
304
}
287
305
}
You can’t perform that action at this time.
0 commit comments