Commit 85d8e3a Christopher MCAdams
committed
1 parent bf707ee commit 85d8e3a Copy full SHA for 85d8e3a
File tree 1 file changed +1
-5
lines changed
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\?[-=]>/
50
50
hi def link coffeeFunction Function
51
51
52
52
" 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,}\| --\| ++\| :/
54
54
\ display
55
55
syn match coffeeExtendedOp / \<\% (and\| or\) =/ display
56
56
hi def link coffeeExtendedOp coffeeOperator
57
57
58
- " This is separate from `coffeeExtendedOp` to help differentiate commas from
59
- " dots.
60
- syn match coffeeSpecialOp / [,;]/ display
61
- hi def link coffeeSpecialOp SpecialChar
62
58
63
59
syn match coffeeBoolean / \<\% (true\| on\| yes\| false\| off\| no\)\> / display
64
60
hi def link coffeeBoolean Boolean
You can’t perform that action at this time.
0 commit comments