defunkt / coffee-mode

Emacs Major Mode for CoffeeScript
http://ozmm.org/posts/coffee_mode.html
574 stars 147 forks source link

Highlight "as" and "from" as keywords #370

Closed AdamNiederer closed 4 years ago

AdamNiederer commented 6 years ago

This highlights coffeescript 2.x import statements such as import {debounce as _debounce} from "lodash" correctly

syohex commented 4 years ago

Thanks for PR