defunkt / coffee-mode

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

Operators should be not be seemed as part of a symbol. #368

Closed kuanyui closed 4 years ago

kuanyui commented 6 years ago

e.g.

foo='bar'

foo should be seemed as a symbol (token) by Emacs's syntax engine, instead of foo=

kuanyui commented 6 years ago

If needed, I can squash these two commits.

syohex commented 4 years ago

Thanks for PR