hvesalai / emacs-scala-mode

The definitive scala-mode for emacs
http://ensime.org
GNU General Public License v3.0
361 stars 68 forks source link

String interpolation support #60

Closed hvesalai closed 8 years ago

hvesalai commented 10 years ago

The fontlock branch now has a first attempt at string interpolation. It still requires string-propertise functions to be rewritten to understand nested strings inside ${}.

"Foo ${ "This isn't supported now" } Zot"

(Seems that github comment formatter doesn't either support string interpolation)

Pyppe commented 9 years ago

:+1:

fommil commented 8 years ago

should we close this as "use ensime if you want this support"?