defunkt / coffee-mode

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

String interpolation regression #289

Closed sherrman closed 9 years ago

sherrman commented 9 years ago

Maybe related to #287,

"/#{foo}/" neat

screen shot 2015-02-14 at 11 18 48

Only happens when there are two forward slashes with a string interpolation block between them. The last slash has to be the final character in the string too.

syohex commented 9 years ago

@sherrman Thanks for report. I have fixed at #290. Please check latest version.

Screenshot of latest version is here.

coffee-mode

sherrman commented 9 years ago

Great, thank you!