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 @@ -104,7 +104,7 @@ syntax keyword jsDo do skipwhite skipempty next
104
104
syntax region jsSwitchCase contained matchgroup =jsLabel start =/ \<\% (case\| default\)\> / end =/ :\@ =/ contains =@jsExpression,jsLabel skipwhite skipempty nextgroup =jsSwitchColon keepend
105
105
syntax keyword jsTry try skipwhite skipempty nextgroup =jsTryCatchBlock
106
106
syntax keyword jsFinally contained finally skipwhite skipempty nextgroup =jsFinallyBlock
107
- syntax keyword jsCatch contained catch skipwhite skipempty nextgroup =jsParenCatch
107
+ syntax keyword jsCatch contained catch skipwhite skipempty nextgroup =jsParenCatch,jsTryCatchBlock
108
108
syntax keyword jsException throw
109
109
syntax keyword jsAsyncKeyword async await
110
110
syntax match jsSwitchColon contained / ::\@ !/ skipwhite skipempty nextgroup =jsSwitchBlock
You can’t perform that action at this time.
0 commit comments