Groovy-Emacs-Modes / groovy-emacs-modes

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

Highlight string interpolation #38

Closed Wilfred closed 7 years ago

Wilfred commented 7 years ago

Ensure that we highlight $foo, $foo.bar and ${foo} inside strings. We take care not to highlight \$foo and to handle ${foo{}} correctly.