File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ syntax match jsFloat /\c\<\%(\d\+\.\d\+\|\d\+\.\|\.\d\+\)\%(e[+-]\=
6161" Regular Expressions
6262syntax match jsSpecial contained " \v\\ %(x\x\x |u%(\x {4}|\{\x {4,5}})|c\u |.)"
6363syntax region jsTemplateExpression contained matchgroup =jsTemplateBraces start =+ ${+ end =+ }+ contains =@jsExpression keepend
64- syntax region jsRegexpCharClass contained start =+ \[ + skip =+ \\ .+ end =+ \] + contains =jsSpecial
64+ syntax region jsRegexpCharClass contained start =+ \[ + skip =+ \\ .+ end =+ \] + contains =jsSpecial extend
6565syntax match jsRegexpBoundary contained " \v\c [$^]|\\ b"
6666syntax match jsRegexpBackRef contained " \v\\ [1-9]\d *"
6767syntax match jsRegexpQuantifier contained " \v [^\\ ]%([?*+]|\{\d +%(,\d *)?})\? ?" lc =1
You can’t perform that action at this time.
0 commit comments