Groovy-Emacs-Modes / groovy-emacs-modes

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

Incorrect highlighting of ${interpolation} in single quoted strings #103

Closed Wilfred closed 6 years ago

Wilfred commented 6 years ago

Example:

stuff '${foo} $bar'

$bar is not highlighted, but ${foo} is incorrectly highlighted.

Wilfred commented 6 years ago

Duplicate of #90.