This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree 1 file changed +13
-9
lines changed
1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 1355
1355
' name' : ' keyword.operator.assignment.compound.logical.js'
1356
1356
}
1357
1357
{
1358
- ' match' : ' &=|\\ ^=|<<=|>>=|>>>=| \\ |='
1358
+ ' match' : ' &=|\\ ^=|\\ |='
1359
1359
' name' : ' keyword.operator.assignment.compound.bitwise.js'
1360
1360
}
1361
1361
{
1362
- ' match' : ' <<|>>>|>>'
1363
- ' name' : ' keyword.operator.bitwise.shift.js'
1364
- }
1365
- {
1366
- ' match' : ' !==|!=|<=|>=|===|==|<|>'
1367
- ' name' : ' keyword.operator.comparison.js'
1362
+ ' match' : ' <<=|>>=|>>>=|'
1363
+ ' name' : ' keyword.operator.assignment.compound.bitwise.shift.js'
1368
1364
}
1369
1365
{
1370
1366
# One of: && !! ! || ??
1375
1371
' match' : ' &|\\ ||\\ ^|~'
1376
1372
' name' : ' keyword.operator.bitwise.js'
1377
1373
}
1374
+ {
1375
+ ' match' : ' <<|>>>|>>'
1376
+ ' name' : ' keyword.operator.bitwise.shift.js'
1377
+ }
1378
+ {
1379
+ ' match' : ' !==|!=|<=|>=|===|==|<|>'
1380
+ ' name' : ' keyword.operator.comparison.js'
1381
+ }
1378
1382
{
1379
1383
' match' : ' =|:'
1380
1384
' name' : ' keyword.operator.assignment.js'
1598
1602
' match' : ' (\\ .\\ .\\ .)([a-zA-Z_$][\\ w$]*)'
1599
1603
' captures' :
1600
1604
' 1' :
1601
- ' name' : ' keyword.operator.spread .js'
1605
+ ' name' : ' keyword.operator.rest .js'
1602
1606
' 2' :
1603
1607
' name' : ' variable.parameter.rest.function.js'
1604
1608
}
1629
1633
' match' : ' (\\ .\\ .\\ .)([a-zA-Z_$][\\ w$]*)'
1630
1634
' captures' :
1631
1635
' 1' :
1632
- ' name' : ' keyword.operator.spread .js'
1636
+ ' name' : ' keyword.operator.rest .js'
1633
1637
' 2' :
1634
1638
' name' : ' variable.parameter.rest.function.js'
1635
1639
}
You can’t perform that action at this time.
0 commit comments