From c7dfe2f62654486e1f5f6a0ddd26ab558bd0ea2a Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 17 May 2017 11:17:16 +0200 Subject: Add graphql, closes #206 --- ftdetect/polyglot.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 7f1f385f..d8be2683 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -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 -- cgit v1.2.3