File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ syntax match jsFlowWildcardReturn contained /*/ skipwhite skipempty nextgroup=
3030syntax region jsFlowFunctionGroup contained matchgroup =jsFlowNoise start =/ </ end =/ >/ contains =@jsFlowCluster skipwhite skipempty nextgroup =jsFuncArgs
3131syntax region jsFlowClassGroup contained matchgroup =jsFlowNoise start =/ </ end =/ >/ contains =@jsFlowCluster skipwhite skipempty nextgroup =jsClassBlock
3232
33- syntax region jsFlowTypeStatement start =/ type\% (\s\+\k\)\@ =/ end =/ =\@ =/ contains =jsFlowTypeOperator oneline skipwhite skipempty nextgroup =jsFlowTypeValue keepend
34- syntax region jsFlowTypeValue contained start =/ =/ end =/ [; \n ] / contains =@jsFlowCluster,jsFlowGroup,jsFlowMaybe
33+ syntax region jsFlowTypeStatement start =/ type\% (\s\+\k\)\@ =/ end =/ =\@ =/ contains =jsFlowTypeOperator skipwhite skipempty nextgroup =jsFlowTypeValue keepend
34+ syntax region jsFlowTypeValue contained start =/ =/ end =/ ; / 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