diff options
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 7f1f385f..d8be2683 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -328,6 +328,11 @@ au BufRead,BufNewFile *.tmpl set filetype=gohtmltmpl 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 |