mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
Add gradle compiler support, closes #358
This commit is contained in:
@@ -427,6 +427,14 @@ unlet s:cpo_save
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'gradle') == -1
|
||||
augroup filetypedetect
|
||||
" gradle, from gradle.vim in tfnico/vim-gradle
|
||||
" gradle syntax highlighting
|
||||
au BufNewFile,BufRead *.gradle set filetype=groovy
|
||||
augroup end
|
||||
endif
|
||||
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'graphql') == -1
|
||||
augroup filetypedetect
|
||||
" graphql, from graphql.vim in jparise/vim-graphql
|
||||
|
||||
Reference in New Issue
Block a user