defunkt / coffee-mode

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

Incorrect highlighting of 'true' and 'false' #281

Closed Wilfred closed 9 years ago

Wilfred commented 9 years ago

Given the following coffeescript code:

if bar
  callback(true, foo)
else
  callback(false)

The ( is highlighted as part of the keyword:

coffeemode