Skip to content

Instantly share code, notes, and snippets.

@nelanka
Created November 26, 2014 17:25
Show Gist options
  • Save nelanka/af37e571083d4ce863e8 to your computer and use it in GitHub Desktop.
Save nelanka/af37e571083d4ce863e8 to your computer and use it in GitHub Desktop.
Gradle Syntax Highlighting in Vim
" ~/.vim/filetype.vim
au BufNewFile,BufRead *.gradle setf groovy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment