Groovy-Emacs-Modes / groovy-emacs-modes

A groovy major mode, grails minor mode, and a groovy inferior mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect highlighting of regexp with embedded variable and dollar sign

djlindstr opened this issue · comments

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

a = /${x}$/
def this_is_highlighted_as_a_string

Should be fixed now :)