summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-09-06 15:50:47 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2019-09-06 15:50:47 +0200
commitc8897c9c18ee79d3780dd352aee34bf6498c625d (patch)
treeab48bf04013af93c99a4741a19eff06be7600e30 /ftdetect/polyglot.vim
parent34eb36e6d1f6a930200c2afe2db583158cd59f18 (diff)
downloadvim-polyglot-c8897c9c18ee79d3780dd352aee34bf6498c625d.tar.gz
vim-polyglot-c8897c9c18ee79d3780dd352aee34bf6498c625d.zip
Remove unnecessary graphql fix
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r--ftdetect/polyglot.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index 42d1b344..b627c35b 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -77,16 +77,10 @@ augroup filetypedetect
" swift
autocmd BufNewFile,BufRead *.swift set filetype=swift
-
"jinja
autocmd BufNewFile,BufRead *.jinja2,*.j2,*.jinja,*.nunjucks,*.nunjs,*.njk set ft=jinja
augroup END
-" Fix for https://github.com/sheerun/vim-polyglot/issues/236#issuecomment-387984954
-if (!exists('g:graphql_javascript_tags'))
- let g:graphql_javascript_tags = ['gql', 'graphql', 'Relay.QL']
-endif
-
augroup filetypedetect
autocmd BufNewFile,BufReadPost *.tsx setlocal filetype=typescript.tsx
augroup END