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 regexp with embedded variable and dollar sign #94

Closed djlindstr closed 6 years ago

djlindstr commented 7 years ago

Groovy-mode 20170828.1026. Everything starting with the second dollar is highlighted as a string.

a = /${x}$/
def this_is_highlighted_as_a_string
Wilfred commented 6 years ago

Should be fixed now :)