diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 22:09:06 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 22:09:06 +0200 |
commit | d5e38fa97bc50a93a66473d6cd7072fbcbadda57 (patch) | |
tree | 74f0d0c8063d729d5394c192750a5c60097bf635 /ftdetect/polyglot.vim | |
parent | 7673a61990d4062adebbe49f71067b0aad90382a (diff) | |
download | vim-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.vim | 5 |
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 |