scubacabra / emacs-gradle-mode

minor mode for emacs to run gradle from emacs and not have to go to a terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Major mode for syntax highlighting *.gradle files?

mcandre opened this issue · comments

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?

yes, I would also like syntax highlighting

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.

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