scubacabra / emacs-gradle-mode

minor mode for emacs to run gradle from emacs and not have to go to a terminal
55 stars 23 forks source link

Major mode for syntax highlighting *.gradle files? #4

Open mcandre opened 9 years ago

mcandre commented 9 years ago

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?

esguti commented 8 years ago

yes, I would also like syntax highlighting

featheredtoast commented 8 years ago

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.

seanmcl commented 5 years ago

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