atom / language-coffee-script

CoffeeScript support in Atom
Other
59 stars 56 forks source link

Tokenize slices #145

Closed winstliu closed 7 years ago

winstliu commented 7 years ago

Requirements

Description of the Change

Adds support for .. and ... in arrays. Leftover from #103.

Alternate Designs

None.

Benefits

No weird period highlighting in arrays.

Possible Drawbacks

This should work smoothly as [ and ] are always used to denote arrays.

Applicable Issues

Fixes #144