Groovy-Emacs-Modes / groovy-emacs-modes

A groovy major mode, grails minor mode, and a groovy inferior mode.
84 stars 39 forks source link

String interpolation syntax highlighted in single-quoted strings #90

Closed bgamari closed 7 years ago

bgamari commented 7 years ago

Groovy-mode appears to highlight instances of string interpolation syntax in single-quoted string literals (e.g. `'hello ${world}') despite the fact that AFAIK string interpolation is not performed in such literals.

Wilfred commented 7 years ago

Thanks, we didn't handle this particular type of interpolation correctly. It should be fixed now.