defunkt / coffee-mode

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

Incorrect highlighting of / inside strings #366

Open Wilfred opened 6 years ago

Wilfred commented 6 years ago
"(#{'/'})"

not_a_string()

"stuff
bar: (#{'/'})"

not_a_string is highlighted as a string. I believe this is something to do with the regexp and string interpolation highlighting.