defunkt / coffee-mode

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

Keyword highlighting fixes #360

Closed Wilfred closed 7 years ago

Wilfred commented 7 years ago
  1. package is a keyword, so make sure that we highlight it appropriately.
  2. Ensure that we highlight keywords correctly in assignments, so users realise that they're trying to assign to a keyword.
syohex commented 7 years ago

Merged