Groovy-Emacs-Modes / groovy-emacs-modes

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

prevent indenting closures like other things #81

Closed vincekd closed 7 years ago

vincekd commented 7 years ago

fixes https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes/issues/80

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 92.701% when pulling f99b950b00f4e1096755d700b7e725045f9814ca on vincekd:fix-cl-indentation into 785067783c93278de73cf4abe7fbf29b59b1f686 on Groovy-Emacs-Modes:master.

Wilfred commented 7 years ago

Could you add a test? See https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes/blob/master/test/unit-test.el#L55-L62 for an example.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 92.701% when pulling a19dcca821315185c2808367a2ff1353f128cc98 on vincekd:fix-cl-indentation into 785067783c93278de73cf4abe7fbf29b59b1f686 on Groovy-Emacs-Modes:master.

vincekd commented 7 years ago

let me know if that doesn't look right or I should add something else.