diff options
author | Sinos <github@47.rs> | 2020-10-27 19:02:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 12:02:41 +0100 |
commit | 05e21a9e252b283b2d71568ad3b671d7f28fe0bc (patch) | |
tree | 479dad4293619cfaa0eaa1c47ffa76bf491865f3 /README.md | |
parent | 683286b3d7e0db80e67458b4a0b4d71a88377b62 (diff) | |
download | vim-polyglot-05e21a9e252b283b2d71568ad3b671d7f28fe0bc.tar.gz vim-polyglot-05e21a9e252b283b2d71568ad3b671d7f28fe0bc.zip |
Add support for PEG syntax (#615)
* feat: add pest syntax
* feat: add pest into packages
* feat: increase the package count
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 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-->597<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->598<!--/Package Count--> packages it consists of. - It is also more secure (scripts loaded for every filetype are generated by vim-polyglot) - Best syntax and indentation support (no other features). Hand-selected language packs. - Automatically detects indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth), can be disabled) @@ -138,6 +138,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr - [odin](https://github.com/Tetralux/odin.vim) (Odin syntax highlighting for odin files) - [opencl](https://github.com/petRUShka/vim-opencl) (OpenCL syntax highlighting for cl and opencl files) - [perl](https://github.com/vim-perl/vim-perl) (Perl syntax highlighting for pl, al, cgi, fcgi, perl and 12 more files) +- [pest](https://github.com/pest-parser/pest.vim) (PEG syntax for Rust Pest crate) - [pgsql](https://github.com/lifepillar/pgsql.vim) (PLpgSQL syntax highlighting for pgsql files) - [php](https://github.com/StanAngeloff/php.vim) (PHP syntax highlighting for php, aw, ctp, fcgi, inc and 7 more files) - [plantuml](https://github.com/aklt/plantuml-syntax) (PlantUML syntax highlighting for puml, iuml, plantuml, uml and pu files) |