Groovy-Emacs-Modes / groovy-emacs-modes

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

Indentation and byte-compiler fixes #37

Closed Wilfred closed 7 years ago

Wilfred commented 7 years ago

This fixes a corner-case in indentation that I spotted today -- see de703e1 for a failing example.

It also cleans up some byte-compiler warnings.