File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ syntax region jsFlowFunctionGroup contained matchgroup=jsFlowNoise start=/</ e
3131syntax region jsFlowClassGroup contained matchgroup =jsFlowNoise start =/ </ end =/ >/ contains =@jsFlowCluster skipwhite skipempty nextgroup =jsClassBlock
3232
3333syntax region jsFlowTypeStatement start =/ type\% (\s\+\k\)\@ =/ end =/ =\@ =/ contains =jsFlowTypeOperator oneline skipwhite skipempty nextgroup =jsFlowTypeValue keepend
34- syntax region jsFlowTypeValue contained matchgroup =jsFlowNoise start =/ =/ end =/ ; / contains =@jsFlowCluster,jsFlowGroup,jsFlowMaybe
34+ syntax region jsFlowTypeValue contained matchgroup =jsFlowNoise start =/ =/ end =/ [ \n ;] / contains =@jsFlowCluster,jsFlowGroup,jsFlowMaybe
3535syntax match jsFlowTypeOperator contained / =/ containedin =jsFlowTypeValue
3636syntax match jsFlowTypeOperator contained / =/
3737syntax keyword jsFlowTypeKeyword contained type
You can’t perform that action at this time.
0 commit comments