Remove graphql syntax as it causes issues, closes #236

This commit is contained in:
Adam Stankiewicz
2017-09-27 22:09:06 +02:00
parent 7673a61990
commit d5e38fa97b
7 changed files with 0 additions and 193 deletions

View File

@@ -1,17 +0,0 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'graphql') == -1
" Vim filetype plugin
" Language: GraphQL
" Maintainer: Jon Parise <jon@indelible.org>
if (exists('b:did_ftplugin'))
finish
endif
let b:did_ftplugin = 1
setlocal comments=:#
setlocal commentstring=#\ %s
setlocal formatoptions-=t
setlocal iskeyword+=$,@-@
endif