diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-05-17 11:46:19 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-05-17 11:46:19 +0200 |
commit | d5b9c4ae84aaa98bdfbf15cba90eeafa5aded091 (patch) | |
tree | 5d6b3f74231b2c232ddfcb868ecfbc97db90019a /README.md | |
parent | 7dd2e1169849b7e5cae67d5056f0a379f3da67b5 (diff) | |
download | vim-polyglot-2.17.0.tar.gz vim-polyglot-2.17.0.zip |
Add racket support, #159v2.17.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ If you need full functionality of any plugin, please use it directly with your p - [python](https://github.com/mitsuhiko/vim-python-combined) (syntax, indent) - [qml](https://github.com/peterhoeg/vim-qml) (syntax, indent, ftplugin) - [r-lang](https://github.com/vim-scripts/R.vim) (syntax, ftplugin) +- [racket](https://github.com/wlangstroth/vim-racket) (syntax, indent, autoload, ftplugin) - [ragel](https://github.com/jneen/ragel.vim) (syntax) - [raml](https://github.com/IN3D/vim-raml) (syntax, ftplugin) - [rspec](https://github.com/sheerun/rspec.vim) (syntax) |