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 @@ -215,7 +215,7 @@ syntax match jsArrowFuncArgs /([^()]*)\s*\(=>\)\@=/ skipempty skipwhite conta
215
215
syntax keyword jsClassKeywords extends class contained
216
216
syntax match jsClassNoise / \. / contained
217
217
syntax keyword jsClassMethodDefinitions get set static contained nextgroup =jsFuncName skipwhite skipempty
218
- syntax match jsClassDefinition / class [a-zA-Z_$][0-9a-zA-Z_$ \n .]*/ contains =jsClassKeywords,jsClassNoise nextgroup =jsClassBlock skipwhite skipempty
218
+ syntax match jsClassDefinition / class\% ( [a-zA-Z_$][0-9a-zA-Z_$ \n .]* \) */ contains =jsClassKeywords,jsClassNoise nextgroup =jsClassBlock skipwhite skipempty
219
219
220
220
" Define the default highlighting.
221
221
" For version 5.7 and earlier: only when not done already
You can’t perform that action at this time.
0 commit comments