diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-16 15:50:39 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-16 15:50:39 +0200 |
commit | 17c2b630e1f0f0f02a24fcc664f0df91122e8e00 (patch) | |
tree | 09a54c87c97be6d400291b79b89368fab37ce234 /README.md | |
parent | 271679272c7bb1a281c7404408a2414068abf91c (diff) | |
download | vim-polyglot-17c2b630e1f0f0f02a24fcc664f0df91122e8e00.tar.gz vim-polyglot-17c2b630e1f0f0f02a24fcc664f0df91122e8e00.zip |
Write heuristics for perl, closes #550v4.10.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 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-->196<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->199<!--/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). @@ -81,6 +81,7 @@ If you need full functionality of any plugin, please use it directly with your p - [basic](https://github.com/vim/vim/tree/master/runtime) - [blade](https://github.com/jwalton512/vim-blade) - [brewfile](https://github.com/bfontaine/Brewfile.vim) +- [bzl](https://github.com/vim/vim/tree/master/runtime) - [c/c++](https://github.com/vim-jp/vim-cpp) - [caddyfile](https://github.com/isobit/vim-caddyfile) - [carp](https://github.com/hellerve/carp-vim) @@ -177,6 +178,7 @@ If you need full functionality of any plugin, please use it directly with your p - [plantuml](https://github.com/aklt/plantuml-syntax) - [pony](https://github.com/jakwings/vim-pony) - [powershell](https://github.com/PProvost/vim-ps1) +- [prolog](https://github.com/vim/vim/tree/master/runtime) - [protobuf](https://github.com/uarun/vim-protobuf) - [pug](https://github.com/digitaltoad/vim-pug) - [puppet](https://github.com/rodjek/vim-puppet) @@ -213,6 +215,7 @@ If you need full functionality of any plugin, please use it directly with your p - [swift](https://github.com/keith/swift.vim) - [sxhkd](https://github.com/baskerville/vim-sxhkdrc) - [systemd](https://github.com/wgwoods/vim-systemd-syntax) +- [tads](https://github.com/vim/vim/tree/master/runtime) - [terraform](https://github.com/hashivim/vim-terraform) - [textile](https://github.com/timcharper/textile.vim) - [thrift](https://github.com/solarnz/thrift.vim) |