diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-18 23:25:22 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-18 23:25:22 +0200 |
commit | f7302d92629d29eb970c3d5fbb2f76ae6d6cf50a (patch) | |
tree | 729ab08663a63c87f0740f4b6253e97b9c46a3c9 /README.md | |
parent | 7e38f4288a4f7199240d8a8fce87c8d0cc0198c3 (diff) | |
download | vim-polyglot-f7302d92629d29eb970c3d5fbb2f76ae6d6cf50a.tar.gz vim-polyglot-f7302d92629d29eb970c3d5fbb2f76ae6d6cf50a.zip |
Add jq syntax, closes #502
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-->155<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->156<!--/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`). @@ -106,6 +106,7 @@ If you need full functionality of any plugin, please use it directly with your p - [javascript](https://github.com/pangloss/vim-javascript) (syntax, indent, compiler, ftplugin, extras) - [jenkins](https://github.com/martinda/Jenkinsfile-vim-syntax) (syntax, indent) - [jinja](https://github.com/lepture/vim-jinja) (syntax, indent) +- [jq](https://github.com/vito-c/jq.vim) (syntax, ftplugin) - [json5](https://github.com/GutenYe/json5.vim) (syntax) - [json](https://github.com/elzr/vim-json) (syntax, indent, ftplugin) - [jsonnet](https://github.com/google/vim-jsonnet) (syntax, autoload, ftplugin) |