File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,11 @@ syn match coffeeFunction /\s\?[-=]>/
5050hi def link coffeeFunction Function
5151
5252" The first case matches symbol operators only if they have an operand before.
53- syn match coffeeExtendedOp / \% (\S\s *\)\@ <=[+\- */%&|\^ =!<>?.]\{ -1,}\| --\| ++\| :/
53+ syn match coffeeExtendedOp / \% (\S\s *\)\@ <=[+\- */%&|\^ =!<>?.,; ]\{ -1,}\| --\| ++\| :/
5454\ display
5555syn match coffeeExtendedOp / \<\% (and\| or\) =/ display
5656hi def link coffeeExtendedOp coffeeOperator
5757
58- " This is separate from `coffeeExtendedOp` to help differentiate commas from
59- " dots.
60- syn match coffeeSpecialOp / [,;]/ display
61- hi def link coffeeSpecialOp SpecialChar
6258
6359syn match coffeeBoolean / \<\% (true\| on\| yes\| false\| off\| no\)\> / display
6460hi def link coffeeBoolean Boolean
You can’t perform that action at this time.
0 commit comments