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 @@ -91,7 +91,7 @@ syntax match jsTemplateVar "\${.\{-}}" contained
9191syntax region jsStringD start =+ "+ skip =+ \\\( "\| $\) + end =+ "\| $+ contains =jsSpecial,@htmlPreproc,@Spell
9292syntax region jsStringS start =+ '+ skip =+ \\\( '\| $\) + end =+ '\| $+ contains =jsSpecial,@htmlPreproc,@Spell
9393syntax region jsTemplateString start =+ `+ skip =+ \\\( `\| $\) + end =+ `+ contains =jsTemplateVar,jsSpecial,@htmlPreproc
94- syntax region jsTaggedTemplate start =/ \k\+\(\(\n\|\s\)\+\)\? `/ end =+ `\| $ + contains =jsTemplateString
94+ syntax region jsTaggedTemplate start =/ \k\+\(\(\n\|\s\)\+\)\? `/ end =+ `+ contains =jsTemplateString keepend
9595syntax region jsRegexpCharClass start =+ \[ + skip =+ \\ .+ end =+ \] + contained
9696syntax match jsRegexpBoundary " \v %(\< @![\^ $]|\\ [bB])" contained
9797syntax match jsRegexpBackRef " \v\\ [1-9][0-9]*" contained
You can’t perform that action at this time.
0 commit comments