Groovy-Emacs-Modes / groovy-emacs-modes

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

Smarter string highlighting #43

Closed Wilfred closed 7 years ago

Wilfred commented 7 years ago

This makes groovy-mode highlight strings more accurately.

This doesn't cover dollar slashy strings like $/foo/$, but this is a definite improvement.

It also ensures comment-region does the right thing.

Wilfred commented 7 years ago

OK, I've added support for $/foo/$ too.

@russel this is ready to merge, are you happy to do so?