defunkt / coffee-mode

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

Fix class attribute highlighting that contain underscores #275

Closed no0 closed 9 years ago

no0 commented 9 years ago

Currently coffee-mode only highlights the last word of a class property.

  class ChildView extends ParentView
    ONLY_LAST_WORD_HIGHLIGHTED: /^((\s|\n)*\$\$)/g

@syohex sorry for the duplicate PR, I had the wrong git config on the first PR.

syohex commented 9 years ago

Thanks