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 /README.md | |
parent | af870100716f20ee4daef9cc527a9ecf41b54114 (diff) | |
download | vim-polyglot-c7dfe2f62654486e1f5f6a0ddd26ab558bd0ea2a.tar.gz vim-polyglot-c7dfe2f62654486e1f5f6a0ddd26ab558bd0ea2a.zip |
Add graphql, closes #206
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ If you need full functionality of any plugin, please use it directly with your p - [glsl](https://github.com/tikhomirov/vim-glsl) (syntax, indent) - [gnuplot](https://github.com/vim-scripts/gnuplot-syntax-highlighting) (syntax) - [go](https://github.com/fatih/vim-go) (syntax, compiler, indent) +- [graphql](https://github.com/jparise/vim-graphql) (syntax, ftplugin) - [groovy](https://github.com/vim-scripts/groovy.vim) (syntax) - [haml](https://github.com/sheerun/vim-haml) (syntax, indent, compiler, ftplugin) - [handlebars](https://github.com/mustache/vim-mustache-handlebars) (syntax, indent, ftplugin) |