diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 22:09:06 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 22:09:06 +0200 |
commit | d5e38fa97bc50a93a66473d6cd7072fbcbadda57 (patch) | |
tree | 74f0d0c8063d729d5394c192750a5c60097bf635 /README.md | |
parent | 7673a61990d4062adebbe49f71067b0aad90382a (diff) | |
download | vim-polyglot-d5e38fa97bc50a93a66473d6cd7072fbcbadda57.tar.gz vim-polyglot-d5e38fa97bc50a93a66473d6cd7072fbcbadda57.zip |
Remove graphql syntax as it causes issues, closes #236
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -71,7 +71,6 @@ Most importantly, vim-polyglot contains all runtime syntax files from upstream [ - [gmpl](https://github.com/maelvalais/gmpl.vim) (syntax) - [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, indent, 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) |