File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ syntax region jsFlowClassGroup contained matchgroup=jsFlowNoise start=/</ e
3232
3333syntax region jsFlowTypeStatement start =/ type\% (\s\+\k\)\@ =/ end =/ =\@ =/ contains =jsFlowTypeOperator oneline skipwhite skipempty nextgroup =jsFlowTypeValue keepend
3434syntax region jsFlowTypeValue contained start =/ =/ end =/ [;\n ]/ contains =@jsFlowCluster,jsFlowGroup,jsFlowMaybe
35- syntax match jsOperator contained / =/ containedin =jsFlowTypeValue
35+ syntax match jsFlowTypeOperator contained / =/ containedin =jsFlowTypeValue
3636syntax match jsFlowTypeOperator contained / =/
3737syntax keyword jsFlowTypeKeyword contained type
3838
@@ -86,7 +86,7 @@ if version >= 508 || !exists("did_javascript_syn_inits")
8686 HiLink jsFlowReturnArrow PreProc
8787 HiLink jsFlowTypeStatement PreProc
8888 HiLink jsFlowTypeKeyword PreProc
89- HiLink jsFlowTypeOperator PreProc
89+ HiLink jsFlowTypeOperator Operator
9090 HiLink jsFlowMaybe PreProc
9191 HiLink jsFlowReturnMaybe PreProc
9292 HiLink jsFlowClassProperty jsClassProperty
You can’t perform that action at this time.
0 commit comments