diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-23 13:21:01 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-23 13:21:01 +0100 |
commit | ef4435cffcc6e30d51feb76d34b9061b0f2e5550 (patch) | |
tree | 73b57f402b72c544dfbd5ecbdc76c685b78a5b65 /README.md | |
parent | c2a7f363c66b198f5ca24a9482198b30551d7af5 (diff) | |
download | vim-polyglot-2.15.0.tar.gz vim-polyglot-2.15.0.zip |
Add api blueprint support, closes #182v2.15.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ If you need full functionality of any plugin, please use it directly with your p ## Language packs - [ansible](https://github.com/pearofducks/ansible-vim) (syntax, indent, ftplugin) +- [apiblueprint](https://github.com/sheerun/apiblueprint.vim) (syntax) - [applescript](https://github.com/vim-scripts/applescript.vim) (syntax) - [arduino](https://github.com/sudar/vim-arduino-syntax) (syntax, indent) - [blade](https://github.com/jwalton512/vim-blade) (syntax, indent, ftplugin) |