Skip to content

Instantly share code, notes, and snippets.

@toguri
Created February 20, 2015 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toguri/5b9c8c6f9d07ad7e7438 to your computer and use it in GitHub Desktop.
Save toguri/5b9c8c6f9d07ad7e7438 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