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