Skip to content

Instantly share code, notes, and snippets.

@neiraza
Last active August 29, 2015 14:15
Show Gist options
  • Save neiraza/bfa0cd7424f9d183af4d to your computer and use it in GitHub Desktop.
Save neiraza/bfa0cd7424f9d183af4d to your computer and use it in GitHub Desktop.
Vimで.gradleをシンタックスハイライト
echo 'au BufRead,BufNewFile *.gradle set filetype=groovy' > ~/.vim/ftdetect/gradle.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment