diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-30 11:34:40 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-30 11:34:40 +0100 |
commit | 1541356fe1300a6bf2553ff1d7170036e797e07e (patch) | |
tree | 92f7cf0ffd38fe18295eaeb703005f2d4951361a /README.md | |
parent | f3556c1eca72d5816bee766fad7de55e012629ab (diff) | |
download | vim-polyglot-1541356fe1300a6bf2553ff1d7170036e797e07e.tar.gz vim-polyglot-1541356fe1300a6bf2553ff1d7170036e797e07e.zip |
Add json5 support, closes #256
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ If you need full functionality of any plugin, please use it directly with your p - [jasmine](https://github.com/glanotte/vim-jasmine) (syntax) - [javascript](https://github.com/pangloss/vim-javascript) (syntax, indent, compiler, ftplugin, extras) - [jenkins](https://github.com/martinda/Jenkinsfile-vim-syntax) (syntax, indent) +- [json5](https://github.com/GutenYe/json5.vim) (syntax) - [json](https://github.com/elzr/vim-json) (syntax, indent, ftplugin) - [jst](https://github.com/briancollins/vim-jst) (syntax, indent) - [jsx](https://github.com/mxw/vim-jsx) (after) |