diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-28 14:58:35 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-28 14:58:35 +0100 |
commit | 829ab22723ae8349b79a7928d7cc8e531b410b42 (patch) | |
tree | 634389a65027500d3afa055af7c002711b4d57a4 /README.md | |
parent | a8d08c8a49a5757fa479e5b51ee774d1b991f56b (diff) | |
download | vim-polyglot-2.5.0.tar.gz vim-polyglot-2.5.0.zip |
Add cql support, closes #98v2.5.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [cjsx](https://github.com/mtscout6/vim-cjsx) (ftdetect, syntax, ftplugin) - [clojure](https://github.com/guns/vim-clojure-static) (syntax, indent, autoload, ftplugin, ftdetect) - [coffee-script](https://github.com/kchmck/vim-coffee-script) (syntax, indent, compiler, autoload, ftplugin, ftdetect) +- [cql](https://github.com/elubow/cql-vim) (syntax, ftdetect) - [css](https://github.com/JulesWang/css.vim) (syntax) - [cucumber](https://github.com/tpope/vim-cucumber) (syntax, indent, compiler, ftplugin, ftdetect) - [dart](https://github.com/dart-lang/dart-vim-plugin) (syntax, indent, autoload, ftplugin, ftdetect) |