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 @@ -164,7 +164,7 @@ syntax match jsDecorator contained "@" nextgroup=jsDecoratorFunct
164164syntax match jsDecoratorFunction contained " [a-zA-Z_][a-zA-Z0-9_.]*"
165165syntax match jsClassProperty contained / \< [0-9a-zA-Z_$]*\>\(\s *=\)\@ =/ skipwhite skipempty nextgroup =jsClassValue
166166syntax region jsClassValue contained start =/ =/ end =/ \% (;\| }\|\n\)\@ =/ contains =@jsExpression
167- syntax region jsClassPropertyComputed contained matchgroup =jsBrackets start =/ \[ / end =/ ]/ contains =@jsExpression skipwhite skipempty nextgroup =jsFuncArgs extend
167+ syntax region jsClassPropertyComputed contained matchgroup =jsBrackets start =/ \[ / end =/ ]/ contains =@jsExpression skipwhite skipempty nextgroup =jsFuncArgs,jsClassValue extend
168168syntax match jsClassFuncName contained / \< [a-zA-Z_$][0-9a-zA-Z_$]*\>\% (\s *(\)\@ =/ skipwhite skipempty nextgroup =jsFuncArgs
169169
170170" Comments
You can’t perform that action at this time.
0 commit comments