diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-11-19 21:46:44 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-11-19 21:46:44 +0100 |
commit | 1713d35f06420fac33c626306fd51a286c837969 (patch) | |
tree | 56857b92c76089a5121d9479db9f732139e9f87b /README.md | |
parent | 5ddfa1ac28edac659c4cea3ea3e81607f1183f94 (diff) | |
download | vim-polyglot-1713d35f06420fac33c626306fd51a286c837969.tar.gz vim-polyglot-1713d35f06420fac33c626306fd51a286c837969.zip |
Add cmake support, closes #245
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ If you need full functionality of any plugin, please use it directly with your p - [caddyfile](https://github.com/isobit/vim-caddyfile) (syntax, indent, ftplugin) - [cjsx](https://github.com/mtscout6/vim-cjsx) (syntax, ftplugin) - [clojure](https://github.com/guns/vim-clojure-static) (syntax, indent, autoload, ftplugin) +- [cmake](https://github.com/pboettch/vim-cmake-syntax) (syntax, indent) - [coffee-script](https://github.com/kchmck/vim-coffee-script) (syntax, indent, compiler, autoload, ftplugin) - [cql](https://github.com/elubow/cql-vim) (syntax) - [cryptol](https://github.com/victoredwardocallaghan/cryptol.vim) (syntax, compiler, ftplugin) |