czottmann / sublime-underscorejs-snippets

[NO LONGER MAINTAINED] Underscore 1.4 snippets for Sublime Text 2. The snippets follow object-oriented style, i.e. `_(array).map(…)`.
12 stars 4 forks source link

CoffeeScript support #1

Open Iristyle opened 11 years ago

Iristyle commented 11 years ago

Would need to add source.coffee as the context.

czottmann commented 11 years ago

I don't think just adding the context would be enough as the snippets are still plain old JS and not CS syntax. I doubt CoffeeScript enthusiasts would be entirely happy about it.