Add graphql, closes #206

This commit is contained in:
Adam Stankiewicz
2017-05-17 11:17:16 +02:00
parent af87010071
commit c7dfe2f626
5 changed files with 88 additions and 0 deletions

View File

@@ -327,6 +327,11 @@ au BufRead,BufNewFile *.tmpl set filetype=gohtmltmpl
" vim: sw=2 ts=2 et
augroup END
augroup filetypedetect
" graphql:jparise/vim-graphql
au BufRead,BufNewFile *.graphql,*.gql setfiletype graphql
augroup END
augroup filetypedetect
" groovy:vim-scripts/groovy.vim
augroup END