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