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 --- ftplugin/graphql.vim | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 ftplugin/graphql.vim (limited to 'ftplugin/graphql.vim') diff --git a/ftplugin/graphql.vim b/ftplugin/graphql.vim deleted file mode 100644 index 42d96e6c..00000000 --- a/ftplugin/graphql.vim +++ /dev/null @@ -1,17 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'graphql') == -1 - -" Vim filetype plugin -" Language: GraphQL -" Maintainer: Jon Parise - -if (exists('b:did_ftplugin')) - finish -endif -let b:did_ftplugin = 1 - -setlocal comments=:# -setlocal commentstring=#\ %s -setlocal formatoptions-=t -setlocal iskeyword+=$,@-@ - -endif -- cgit v1.2.3