diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-05-17 11:17:16 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-05-17 11:17:16 +0200 |
commit | c7dfe2f62654486e1f5f6a0ddd26ab558bd0ea2a (patch) | |
tree | 0d0a204b1ecc0fe283a10a27c18f43fafecb8b1c /ftdetect | |
parent | af870100716f20ee4daef9cc527a9ecf41b54114 (diff) | |
download | vim-polyglot-c7dfe2f62654486e1f5f6a0ddd26ab558bd0ea2a.tar.gz vim-polyglot-c7dfe2f62654486e1f5f6a0ddd26ab558bd0ea2a.zip |
Add graphql, closes #206
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 5 |
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 |