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 /packages.yaml | |
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 'packages.yaml')
-rw-r--r-- | packages.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml index cd65118b..e272a2e2 100644 --- a/packages.yaml +++ b/packages.yaml @@ -5604,4 +5604,12 @@ filetypes: - name: openscad patterns: - pattern: '*.scad' - description: OpenSCAD 3D modeling language
\ No newline at end of file + description: OpenSCAD 3D modeling language +--- +name: mermaid +remote: mracos/mermaid.vim +filetypes: +- name: mermaid + patterns: + - pattern: '*.mermaid,*.mm,*.mmd' + description: Mermaid (https://mermaid-js.github.io/)
\ No newline at end of file |