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 |
Simple yet effective. Thanks.
Thanks!
Thanks!
Thanks!!
worked for me . Put it in .vimrc in mac. thanks :)
the gift that keeps on giving for vim novices!
nice!
worked in .vimrc
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
cool