emacs-gradle-mode icon indicating copy to clipboard operation
emacs-gradle-mode copied to clipboard

Major mode for syntax highlighting *.gradle files?

Open mcandre opened this issue 10 years ago • 3 comments
trafficstars

I don't care about launching or connecting to gradle from Emacs, I just want to edit *.gradle files and have basic syntax highlighting. Could there be a major mode for doing this?

mcandre avatar Aug 24 '15 00:08 mcandre

yes, I would also like syntax highlighting

esguti avatar Mar 03 '16 10:03 esguti

You can do syntax hilighting in groovy mode - https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes which auto highlights .gradle files after install.

It is called groovy-mode in melpa.

featheredtoast avatar Mar 17 '16 17:03 featheredtoast

groovy-mode solves this completely. This can probably be closed.

seanmcl avatar Feb 24 '19 15:02 seanmcl