Groovy-Emacs-Modes / groovy-emacs-modes

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

Fix indentation after a line ending with a slashy string #143

Closed ryuslash closed 3 years ago

ryuslash commented 3 years ago

Indentation seemed broken when my lines ended with a slashy string.

def func(int a, int b) {
    call_method arg1: /arg1/,
    arg2: /arg2/
}

This was the original result if I remember correctly.