diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-06 20:51:38 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-06 20:51:38 +0200 |
commit | cd2fded0e0abb6b31fceaca128699eca0f300c63 (patch) | |
tree | e796660cd3f9e056566b72e3a104f56f11b51504 /README.md | |
parent | 255345bf9525c94479a7ff9b787d2f9848cb7a18 (diff) | |
download | vim-polyglot-cd2fded0e0abb6b31fceaca128699eca0f300c63.tar.gz vim-polyglot-cd2fded0e0abb6b31fceaca128699eca0f300c63.zip |
Add support for Visual Basic and Basic
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,7 @@ A collection of language packs for Vim. > One to rule them all, one to find them, one to bring them all and in the darkness bind them. - It **won't affect your startup time**, as scripts are loaded only on demand\*. -- It **installs and updates 120+ times faster** than the <!--Package Count-->191<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->193<!--/Package Count--> packages it consists of. - It is more secure because scripts loaded for all extensions are generated by vim-polyglot (ftdetect). - Solid syntax and indentation support (other features skipped). Only the best language packs. - All unnecessary files are ignored (like enormous documentation from php support). @@ -78,6 +78,7 @@ If you need full functionality of any plugin, please use it directly with your p - [automake](https://github.com/vim/vim/tree/master/runtime) - [ave](https://github.com/vim/vim/tree/master/runtime) - [awk](https://github.com/vim/vim/tree/master/runtime) +- [basic](https://github.com/vim/vim/tree/master/runtime) - [blade](https://github.com/jwalton512/vim-blade) - [brewfile](https://github.com/bfontaine/Brewfile.vim) - [c/c++](https://github.com/vim-jp/vim-cpp) @@ -224,6 +225,7 @@ If you need full functionality of any plugin, please use it directly with your p - [vbnet](https://github.com/vim-scripts/vbnet.vim) - [vcl](https://github.com/smerrill/vcl-vim-plugin) - [velocity](https://github.com/lepture/vim-velocity) +- [visual-basic](https://github.com/vim/vim/tree/master/runtime) - [vmasm](https://github.com/vim/vim/tree/master/runtime) - [vue](https://github.com/posva/vim-vue) - [xdc](https://github.com/amal-khailtash/vim-xdc-syntax) |