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
104104syntax region jsSwitchCase contained matchgroup =jsLabel start =/ \<\% (case\| default\)\> / end =/ :\@ =/ contains =@jsExpression,jsLabel skipwhite skipempty nextgroup =jsSwitchColon keepend
105105syntax keyword jsTry try skipwhite skipempty nextgroup =jsTryCatchBlock
106106syntax 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
108108syntax keyword jsException throw
109109syntax keyword jsAsyncKeyword async await
110110syntax match jsSwitchColon contained / ::\@ !/ skipwhite skipempty nextgroup =jsSwitchBlock
You can’t perform that action at this time.
0 commit comments