SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
439 stars 64 forks source link

Support for coffeescript 2 keywords and cjsx #249

Closed aminland closed 2 years ago

GeoffreyBooth commented 6 years ago

Thank you for doing this! How can I test this out?

aminland commented 6 years ago

@GeoffreyBooth you can test by uninstalling first, then adding the repository for my fork via package control: add repository before reinstalling

GeoffreyBooth commented 6 years ago

This doesn’t appear to catch all uses. In particular I’m looking in the CoffeeScript repo:

https://github.com/jashkenas/coffeescript/blob/c4245e50c2fda100c258110727ac8e76d2ac1a92/test/arrays.coffee#L252-L289

I don’t see any of these from keywords highlighted (though I do see await highlighted elsewhere, so I should have your fork loaded).

GeoffreyBooth commented 6 years ago

Also:

image