File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ syntax region jsFlowArrowArguments contained matchgroup=jsFlowNoise start=/(/
1313syntax match jsFlowArrow contained / =>/ skipwhite skipempty nextgroup =jsFlowType,jsFlowTypeCustom,jsFlowParens
1414syntax match jsFlowObjectKey contained / [0-9a-zA-Z_$?]*\(\s *:\)\@ =/ contains =jsFunctionKey,jsFlowMaybe skipwhite skipempty nextgroup =jsObjectValue containedin =jsObject
1515syntax match jsFlowOrOperator contained / |/ skipwhite skipempty nextgroup =@jsFlowCluster
16- syntax keyword jsFlowImportType contained type skipwhite skipempty nextgroup =jsModuleAsterisk,jsModuleKeyword,jsModuleGroup
16+ syntax keyword jsFlowImportType contained type typeof skipwhite skipempty nextgroup =jsModuleAsterisk,jsModuleKeyword,jsModuleGroup
1717syntax match jsFlowWildcard contained / */
1818
1919syntax match jsFlowReturn contained / :\s */ contains =jsFlowNoise skipwhite skipempty nextgroup =@jsFlowReturnCluster,jsFlowArrow,jsFlowReturnParens
You can’t perform that action at this time.
0 commit comments