defunkt / coffee-mode

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

Syntax highlighting in string interpolation block doesn't handle quotes correctly #285

Closed sherrman closed 9 years ago

sherrman commented 9 years ago

The highlighting matches the first two quotes together when it should ignore whatever is in the string interpolation block.

foo = "#{ '"' }"
syohex commented 9 years ago

@sherrman I fixed at #286. Would you check latest version ?

sherrman commented 9 years ago

:+1: Thanks so much!