Skip to content

Instantly share code, notes, and snippets.

@uarun
Created August 3, 2011 19:32
Show Gist options
  • Save uarun/1123563 to your computer and use it in GitHub Desktop.
Save uarun/1123563 to your computer and use it in GitHub Desktop.
Gradle syntax highlighting in vim
# ~/.vim/filetype.vim
au BufNewFile,BufRead *.gradle setf groovy
@mhewedy
Copy link

mhewedy commented Sep 23, 2016

worked in .vimrc

@jaytaylor
Copy link

If the above doesn't work for you (it didn't for me), it may be worth trying one of the originals from vimscripts.org: https://bitbucket.org/sw-samuraj/vim-gradle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment