diff options
author | Marcos Ferreira <mracos@users.noreply.github.com> | 2021-06-09 16:21:38 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 21:21:38 +0200 |
commit | c6f9e5b2117380b67de5bb4502bf4053378ac3c9 (patch) | |
tree | 30820987aff14f643ca2ad3968b74f7b058e98f6 /README.md | |
parent | 3e71cdad56bdd2b1af812f63f6eca856ac6c1984 (diff) | |
download | vim-polyglot-c6f9e5b2117380b67de5bb4502bf4053378ac3c9.tar.gz vim-polyglot-c6f9e5b2117380b67de5bb4502bf4053378ac3c9.zip |
Add mermaid (#721)
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
Diffstat (limited to 'README.md')
-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-->605<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->607<!--/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) @@ -129,6 +129,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr - [markdown](https://github.com/plasticboy/vim-markdown) (Markdown syntax highlighting for md, markdown, mdown, mdwn, mkd, mkdn, mkdown, ronn, scd and workbook files) - [mathematica](https://github.com/voldikss/vim-mma) (Mathematica syntax highlighting for mathematica, cdf, m, ma, mt and 6 more files) - [mdx](https://github.com/jxnblk/vim-mdx-js) (Syntax highlighting for mdx files) +- [mermaid](https://github.com/mracos/mermaid.vim) (Syntax highlighting for mermaid, mm and mmd files) - [meson](https://github.com/mesonbuild/meson/tree/master/data/syntax-highlighting/vim) (Meson syntax highlighting for wrap files) - [mint](https://github.com/IrenejMarc/vim-mint) (Syntax highlighting for mint files) - [moonscript](https://github.com/leafo/moonscript-vim) (MoonScript syntax highlighting for moon files) |