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 @@ -32,7 +32,7 @@ syntax region jsFlowClassGroup contained matchgroup=jsFlowNoise start=/
3232syntax region jsFlowClassFunctionGroup contained matchgroup =jsFlowNoise start =/ </ end =/ >/ contains =@jsFlowCluster skipwhite skipempty nextgroup =jsFuncArgs
3333
3434syntax region jsFlowTypeStatement start =/ \( opaque\s\+\)\? type\% (\s\+\k\)\@ =/ end =/ =\@ =/ contains =jsFlowTypeOperator oneline skipwhite skipempty nextgroup =jsFlowTypeValue keepend
35- syntax region jsFlowTypeValue contained matchgroup =jsFlowNoise start =/ =/ end =/ [ \n ;] / contains =@jsFlowCluster,jsFlowGroup,jsFlowMaybe
35+ syntax region jsFlowTypeValue contained matchgroup =jsFlowNoise start =/ =/ end =/ \% (; \|\n\% ( \s *| \)\@ ! \) / contains =@jsFlowCluster,jsFlowGroup,jsFlowMaybe
3636syntax match jsFlowTypeOperator contained / =/ containedin =jsFlowTypeValue
3737syntax match jsFlowTypeOperator contained / =/
3838syntax keyword jsFlowTypeKeyword contained type
You can’t perform that action at this time.
0 commit comments