defunkt / coffee-mode

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

Don't highlight string interpolation in comments. #361

Closed Wilfred closed 7 years ago

Wilfred commented 7 years ago

The following should be highlighted:

 foo = "#{bar}"

But the following should not:

 # #{bar}
syohex commented 7 years ago

Thanks