This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 13551355 ' name' : ' keyword.operator.assignment.compound.logical.js'
13561356 }
13571357 {
1358- ' match' : ' &=|\\ ^=|<<=|>>=|>>>=| \\ |='
1358+ ' match' : ' &=|\\ ^=|\\ |='
13591359 ' name' : ' keyword.operator.assignment.compound.bitwise.js'
13601360 }
13611361 {
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'
13681364 }
13691365 {
13701366 # One of: && !! ! || ??
13751371 ' match' : ' &|\\ ||\\ ^|~'
13761372 ' name' : ' keyword.operator.bitwise.js'
13771373 }
1374+ {
1375+ ' match' : ' <<|>>>|>>'
1376+ ' name' : ' keyword.operator.bitwise.shift.js'
1377+ }
1378+ {
1379+ ' match' : ' !==|!=|<=|>=|===|==|<|>'
1380+ ' name' : ' keyword.operator.comparison.js'
1381+ }
13781382 {
13791383 ' match' : ' =|:'
13801384 ' name' : ' keyword.operator.assignment.js'
15981602 ' match' : ' (\\ .\\ .\\ .)([a-zA-Z_$][\\ w$]*)'
15991603 ' captures' :
16001604 ' 1' :
1601- ' name' : ' keyword.operator.spread .js'
1605+ ' name' : ' keyword.operator.rest .js'
16021606 ' 2' :
16031607 ' name' : ' variable.parameter.rest.function.js'
16041608 }
16291633 ' match' : ' (\\ .\\ .\\ .)([a-zA-Z_$][\\ w$]*)'
16301634 ' captures' :
16311635 ' 1' :
1632- ' name' : ' keyword.operator.spread .js'
1636+ ' name' : ' keyword.operator.rest .js'
16331637 ' 2' :
16341638 ' name' : ' variable.parameter.rest.function.js'
16351639 }
You can’t perform that action at this time.
0 commit comments