groovy-emacs-modes
groovy-emacs-modes copied to clipboard
A groovy major mode, grails minor mode, and a groovy inferior mode.
When coding with spock the blocks of code after the different labels are not correctly indented. See #13
I need to use groovy-modes on a server which have no network connection, so I cannot use the ``` emacs-lisp (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) (package-initialize) ```...
Emacs version: 28.0.50 Sometimes when I open a groovy file, I get "File mode specification error: (error Lisp nesting exceeds 'max-lisp-eval-depth')" error in minibuffer. Increased the max-lisp-eval-depth to 10000, but...
It would be good if "continuation indent" could be customized. If I need to add line breaks in the parameter list, groovy-mode doesn't give me much choice on how to...
Calling a method which takes a map argument indents correctly with a leading parenthesis: ``` func ( a: 'xxx', b: [ indentMe: 123, ], c: 567 ) ``` If the...
My version: This is GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2016-04-17 on lgw01-04, modified by Debian ``` Leaving directory `/home/sam/.emacs.d/elpa/s-20170428.1026' Compiling file /home/sam/.emacs.d/elpa/s-20170428.1026/s-pkg.el at Mon Jul 24 07:02:57...
The other day I try to install groovy-mode using Emacs 27.2 but unfortunately I got a wrong number of arguments error. I am not sure if it should work with...