File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ syntax region jsFlowParens contained matchgroup=jsFlowNoise start=/(/
6
6
syntax match jsFlowNoise contained / [:;,<>]/
7
7
syntax keyword jsFlowType contained boolean number string null void any mixed JSON array function object array bool class
8
8
syntax keyword jsFlowTypeof contained typeof skipempty skipempty nextgroup =jsFlowTypeCustom,jsFlowType
9
- syntax match jsFlowTypeCustom contained / \k */ skipwhite skipempty nextgroup =jsFlowGroup
9
+ syntax match jsFlowTypeCustom contained / [0-9a-zA-Z_.] */ skipwhite skipempty nextgroup =jsFlowGroup
10
10
syntax region jsFlowGroup contained matchgroup =jsFlowNoise start =/ </ end =/ >/ contains =@jsFlowCluster
11
11
syntax region jsFlowArrowArguments contained matchgroup =jsFlowNoise start =/ (/ end =/ )\% (\s *=>\)\@ =/ oneline skipwhite skipempty nextgroup =jsFlowArrow contains =@jsFlowCluster
12
12
syntax match jsFlowArrow contained / =>/ skipwhite skipempty nextgroup =jsFlowType,jsFlowTypeCustom,jsFlowParens
You can’t perform that action at this time.
0 commit comments