From d5e38fa97bc50a93a66473d6cd7072fbcbadda57 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 27 Sep 2017 22:09:06 +0200 Subject: Remove graphql syntax as it causes issues, closes #236 --- ftdetect/polyglot.vim | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index ba1a2d85..c30f7b70 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -356,11 +356,6 @@ 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,*.graphqls,*.gql setfiletype graphql -augroup END - augroup filetypedetect " groovy:vim-scripts/groovy.vim augroup END -- cgit v1.2.3