summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-05-17 11:17:16 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2017-05-17 11:17:16 +0200
commitc7dfe2f62654486e1f5f6a0ddd26ab558bd0ea2a (patch)
tree0d0a204b1ecc0fe283a10a27c18f43fafecb8b1c /ftdetect
parentaf870100716f20ee4daef9cc527a9ecf41b54114 (diff)
downloadvim-polyglot-c7dfe2f62654486e1f5f6a0ddd26ab558bd0ea2a.tar.gz
vim-polyglot-c7dfe2f62654486e1f5f6a0ddd26ab558bd0ea2a.zip
Add graphql, closes #206
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index 7f1f385f..d8be2683 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -328,6 +328,11 @@ au BufRead,BufNewFile *.tmpl set filetype=gohtmltmpl
augroup END
augroup filetypedetect
+" graphql:jparise/vim-graphql
+au BufRead,BufNewFile *.graphql,*.gql setfiletype graphql
+augroup END
+
+augroup filetypedetect
" groovy:vim-scripts/groovy.vim
augroup END