diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-14 16:11:54 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-14 16:11:54 +0200 |
commit | 15727e7eb005a0eef76941e09d993754b86cb81d (patch) | |
tree | e014def7673da03559b2597cff9601ed0fd72006 /README.md | |
parent | 6b169212f82cbe81d1fbf3ae7f7dcea14bc5bec4 (diff) | |
download | vim-polyglot-15727e7eb005a0eef76941e09d993754b86cb81d.tar.gz vim-polyglot-15727e7eb005a0eef76941e09d993754b86cb81d.zip |
Add zephir support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,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-->144<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->145<!--/Package Count--> packages it consists of. - Solid syntax and indentation support (other features skipped). Only the best language packs. - All unnecessary files are ignored (like enormous documentation from php support). - No support for esoteric languages, only most popular ones (modern too, like `slim`). @@ -188,6 +188,7 @@ If you need full functionality of any plugin, please use it directly with your p - [xml](https://github.com/amadeus/vim-xml) (syntax) - [yaml](https://github.com/stephpy/vim-yaml) (syntax, ftplugin) - [yard](https://github.com/sheerun/vim-yardoc) (syntax) +- [zephir](https://github.com/xwsoul/vim-zephir) (syntax) - [zig](https://github.com/ziglang/zig.vim) (syntax, autoload, ftplugin) <!--/Language Packs--> |