diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-30 11:29:09 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-30 11:29:38 +0100 |
commit | f3556c1eca72d5816bee766fad7de55e012629ab (patch) | |
tree | b5f996ea82c8b8c14d087419c937ea58bcff00a8 /README.md | |
parent | 4855e5ee82a6871b4330ee00626dead1ee874f5b (diff) | |
download | vim-polyglot-f3556c1eca72d5816bee766fad7de55e012629ab.tar.gz vim-polyglot-f3556c1eca72d5816bee766fad7de55e012629ab.zip |
Add carp language support, closes #258
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ If you need full functionality of any plugin, please use it directly with your p - [c++11](https://github.com/octol/vim-cpp-enhanced-highlight) (syntax) - [c/c++](https://github.com/vim-jp/vim-cpp) (syntax) - [caddyfile](https://github.com/isobit/vim-caddyfile) (syntax, indent, ftplugin) +- [carp](https://github.com/hellerve/carp-vim) (syntax) - [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) |