diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 12:48:22 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 12:48:22 +0200 |
commit | 957228cc25960601577f490ccfb8aec0a28751ee (patch) | |
tree | 47525221f0fe30a4876c5ef6920889ee19792e19 /README.md | |
parent | 7aae831309b9ce8c8cf07d21673aa4e36d774edb (diff) | |
download | vim-polyglot-957228cc25960601577f490ccfb8aec0a28751ee.tar.gz vim-polyglot-957228cc25960601577f490ccfb8aec0a28751ee.zip |
Add log syntax, closes #394
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-->135<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->136<!--/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`). @@ -109,6 +109,7 @@ If you need full functionality of any plugin, please use it directly with your p - [lilypond](https://github.com/anowlcalledjosh/vim-lilypond) (syntax, indent, compiler, ftplugin) - [livescript](https://github.com/gkz/vim-ls) (syntax, indent, compiler, ftplugin) - [llvm](https://github.com/rhysd/vim-llvm) (syntax, indent, ftplugin) +- [log](https://github.com/MTDL9/vim-log-highlighting) (syntax) - [lua](https://github.com/tbastos/vim-lua) (syntax, indent) - [mako](https://github.com/sophacles/vim-bundle-mako) (syntax, indent, ftplugin) - [markdown](https://github.com/plasticboy/vim-markdown) (syntax, indent) |