summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-09-27 22:09:06 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2017-09-27 22:09:06 +0200
commitd5e38fa97bc50a93a66473d6cd7072fbcbadda57 (patch)
tree74f0d0c8063d729d5394c192750a5c60097bf635 /ftdetect/polyglot.vim
parent7673a61990d4062adebbe49f71067b0aad90382a (diff)
downloadvim-polyglot-d5e38fa97bc50a93a66473d6cd7072fbcbadda57.tar.gz
vim-polyglot-d5e38fa97bc50a93a66473d6cd7072fbcbadda57.zip
Remove graphql syntax as it causes issues, closes #236
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r--ftdetect/polyglot.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index ba1a2d85..c30f7b70 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -357,11 +357,6 @@ au BufRead,BufNewFile *.tmpl set filetype=gohtmltmpl
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