Created
August 3, 2011 19:32
-
-
Save uarun/1123563 to your computer and use it in GitHub Desktop.
Gradle syntax highlighting in vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.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
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.