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 15241524 ' name' : ' punctuation.definition.unicode-escape.end.bracket.curly.js'
15251525 }
15261526 {
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]?|.)'
15281528 ' name' : ' constant.character.escape.js'
15291529 }
15301530 ]
Original file line number Diff line number Diff line change 1414 ' name' : ' constant.character.character-class.regexp'
1515 }
1616 {
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} )'
1818 ' name' : ' constant.character.numeric.regexp'
1919 }
2020 {
107107 ' name' : ' constant.character.control.regexp'
108108 ' 6' :
109109 ' 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])|(\\\\ .))'
111111 ' name' : ' constant.other.character-class.range.regexp'
112112 }
113113 {
You can’t perform that action at this time.
0 commit comments