The CoffeeScript lexer incorrectly highlights numeric ranges (e.g. 1..2 and 1...2). Attached is a patch against 3.6.1 that allows .. and ... sequences to be highlighted as operators.
1..2
1...2
..
...
ActiveState is the author of this patch, not me. Thanks!
Committed as [373d2a].
Commit: [373d2a]
Log in to post a comment.
Committed as [373d2a].
Related
Commit: [373d2a]