This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 275
275
' name' : ' meta.export.js'
276
276
}
277
277
{
278
- ' match' : ' (?x)
278
+ ' match' : ''' (?x)
279
279
(?<!\\ .)\\ b(super|this|arguments)(?!\\ s*:)\\ b
280
280
|
281
281
(?<=\\ ?)\\ s*(super|this|arguments)(?=\\ s*:)
282
282
|
283
283
(?<=[\\ s}:;]case|^case)\\ s+(super|this|arguments)(?=\\ s*:)
284
- '
284
+ '''
285
285
' captures' :
286
286
' 1' :
287
287
' name' : ' variable.language.js'
915
915
' name' : ' keyword.operator.spread.js'
916
916
}
917
917
{
918
- ' match' : ' (?x)
918
+ ' match' : ''' (?x)
919
919
(?<!\\ .)\\ b(true|false)(?!\\ s*:)\\ b
920
920
|
921
921
(?<=\\ ?)\\ s*(true|false)(?=\\ s*:)
922
922
|
923
923
(?<=[\\ s}:;]case|^case)\\ s+(true|false)(?=\\ s*:)
924
- '
924
+ '''
925
925
' captures' :
926
926
' 1' :
927
927
' name' : ' constant.language.boolean.$1.js'
931
931
' name' : ' constant.language.boolean.$3.js'
932
932
}
933
933
{
934
- ' match' : ' (?x)
934
+ ' match' : ''' (?x)
935
935
(?<!\\ .)\\ b(null)(?!\\ s*:)\\ b
936
936
|
937
937
(?<=\\ ?)\\ s*(null)(?=\\ s*:)
938
938
|
939
939
(?<=[\\ s}:;]case|^case)\\ s+(null)(?=\\ s*:)
940
- '
940
+ '''
941
941
' captures' :
942
942
' 1' :
943
943
' name' : ' constant.language.null.js'
947
947
' name' : ' constant.language.null.js'
948
948
}
949
949
{
950
- ' match' : ' (?x)
950
+ ' match' : ''' (?x)
951
951
(?<!\\ .)\\ b(debugger)(?!\\ s*:)\\ b
952
952
|
953
953
(?<=\\ ?)\\ s*(debugger)(?=\\ s*:)
954
954
|
955
955
(?<=[\\ s}:;]case|^case)\\ s+(debugger)(?=\\ s*:)
956
- '
956
+ '''
957
957
' captures' :
958
958
' 1' :
959
959
' name' : ' keyword.other.js'
987
987
' name' : ' support.constant.dom.js'
988
988
}
989
989
{
990
- ' match' : ' (?x)
990
+ ' match' : ''' (?x)
991
991
(?<!\\ .)\\ b(module|exports|__filename|__dirname|global|process)(?!\\ s*:)\\ b
992
992
|
993
993
(?<=\\ ?)\\ s*(module|exports|__filename|__dirname|global|process)(?=\\ s*:)
994
994
|
995
995
(?<=[\\ s}:;]case|^case)\\ s+(module|exports|__filename|__dirname|global|process)(?=\\ s*:)
996
- '
996
+ '''
997
997
' captures' :
998
998
' 1' :
999
999
' name' : ' support.variable.js'
You can’t perform that action at this time.
0 commit comments