diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-09-11 13:38:46 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-09-11 13:38:46 +0200 |
commit | 9b239101032ad3c08b2ec11d31e1845f8aa4ecac (patch) | |
tree | a8da136a425e2c148816a25af184a0b36d081135 /README.md | |
parent | 98e021e969637da8e88e66a0055f3a40ef4fcdfc (diff) | |
download | vim-polyglot-9b239101032ad3c08b2ec11d31e1845f8aa4ecac.tar.gz vim-polyglot-9b239101032ad3c08b2ec11d31e1845f8aa4ecac.zip |
Add raml syntax highlighting, closes #155
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ If you need full functionality of any plugin, please use it directly with your p - [python-compiler](https://github.com/aliev/vim-compiler-python) (compiler, autoload, ftdetect) - [qml](https://github.com/peterhoeg/vim-qml) (syntax, indent, ftplugin, ftdetect) - [r-lang](https://github.com/vim-scripts/R.vim) (syntax, ftplugin) +- [raml](https://github.com/IN3D/vim-raml) (syntax, ftplugin, ftdetect) - [ragel](https://github.com/jneen/ragel.vim) (syntax) - [rspec](https://github.com/sheerun/rspec.vim) (syntax, ftdetect) - [ruby](https://github.com/vim-ruby/vim-ruby) (syntax, indent, compiler, autoload, ftplugin, ftdetect) |