File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1524
1524
' name' : ' punctuation.definition.unicode-escape.end.bracket.curly.js'
1525
1525
}
1526
1526
{
1527
- ' match' : ' \\\\ (x\\ h {2}|[0-2][0-7]{0,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.)'
1527
+ ' match' : ' \\\\ (x[0-9A-Fa-f] {2}|[0-2][0-7]{0,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.)'
1528
1528
' name' : ' constant.character.escape.js'
1529
1529
}
1530
1530
]
Original file line number Diff line number Diff line change 14
14
' name' : ' constant.character.character-class.regexp'
15
15
}
16
16
{
17
- ' match' : ' \\\\ ([0-7]{3}|x\\ h \\ h|u \\ h \\ h \\ h \\ h )'
17
+ ' match' : ' \\\\ ([0-7]{3}|x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4} )'
18
18
' name' : ' constant.character.numeric.regexp'
19
19
}
20
20
{
107
107
' name' : ' constant.character.control.regexp'
108
108
' 6' :
109
109
' name' : ' constant.character.escape.backslash.regexp'
110
- ' match' : ' (?:.|(\\\\ (?:[0-7]{3}|x\\ h \\ h|u \\ h \\ h \\ h \\ h ))|(\\\\ c[A-Z])|(\\\\ .))\\ -(?:[^\\ ]\\\\ ]|(\\\\ (?:[0-7]{3}|x\\ h \\ h|u \\ h \\ h \\ h \\ h ))|(\\\\ c[A-Z])|(\\\\ .))'
110
+ ' match' : ' (?:.|(\\\\ (?:[0-7]{3}|x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4} ))|(\\\\ c[A-Z])|(\\\\ .))\\ -(?:[^\\ ]\\\\ ]|(\\\\ (?:[0-7]{3}|x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4} ))|(\\\\ c[A-Z])|(\\\\ .))'
111
111
' name' : ' constant.other.character-class.range.regexp'
112
112
}
113
113
{
You can’t perform that action at this time.
0 commit comments