3 lines
80 B
VimL
3 lines
80 B
VimL
|
" gradle syntax highlighting
|
||
|
au BufNewFile,BufRead *.gradle set filetype=groovy
|