File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ syntax case match
8080" " Syntax in the JavaScript code
8181syntax match jsFuncCall / \k\+\% (\s *(\)\@ =/
8282syntax match jsSpecial " \v\\ %(0|\\ x\x\{ 2\}\|\\ u\x\{ 4\}\|\c [A-Z]|.)"
83- syntax region jsStringD start =+ "+ skip =+ \\\\\|\\ $"+ end =+ "+ contains =jsSpecial,@htmlPreproc
84- syntax region jsStringS start =+ '+ skip =+ \\\\\|\\ $'+ end =+ '+ contains =jsSpecial,@htmlPreproc
83+ syntax region jsStringD start =+ "+ skip =+ \\\\\|\\ $"+ end =+ "+ contains =jsSpecial,@htmlPreproc,@Spell
84+ syntax region jsStringS start =+ '+ skip =+ \\\\\|\\ $'+ end =+ '+ contains =jsSpecial,@htmlPreproc,@Spell
8585syntax region jsRegexpCharClass start =+ \[ + skip =+ \\ .+ end =+ \] + contained
8686syntax match jsRegexpBoundary " \v %(\< @![\^ $]|\\ [bB])" contained
8787syntax match jsRegexpBackRef " \v\\ [1-9][0-9]*" contained
You can’t perform that action at this time.
0 commit comments