Groovy-Emacs-Modes / groovy-emacs-modes

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

Parameterized types do not highlight variable name #85

Closed vincekd closed 7 years ago

vincekd commented 7 years ago

List list works fine, correctly highlighting list, however List<Map> list doesn't highlight list at all.

screenshot_20170809_202712

Wilfred commented 7 years ago

This is currently done by groovy-declaration-regexp. Nesting parens can't be done with a regular expression, so we'd need to write an elisp function.