File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ syntax region jsFlowArray contained matchgroup=jsFlowNoise start=/\[/
44syntax region jsFlowObject contained matchgroup =jsFlowNoise start =/ {/ end =/ }/ contains =@jsFlowCluster
55syntax region jsFlowParens contained matchgroup =jsFlowNoise start =/ (/ end =/ )/ contains =@jsFlowCluster
66syntax match jsFlowNoise contained / [:;,<>]/
7- syntax keyword jsFlowType contained boolean number string null void any mixed JSON array function object array bool class
7+ syntax keyword jsFlowType contained boolean number string null void any mixed JSON array Function object array bool class
88syntax keyword jsFlowTypeof contained typeof skipempty skipempty nextgroup =jsFlowTypeCustom,jsFlowType
99syntax match jsFlowTypeCustom contained / [0-9a-zA-Z_.]*/ skipwhite skipempty nextgroup =jsFlowGroup
1010syntax region jsFlowGroup contained matchgroup =jsFlowNoise start =/ </ end =/ >/ contains =@jsFlowCluster
You can’t perform that action at this time.
0 commit comments