vim-patch:9.0.0922: Mermaid files are not recognized (#21160)

Problem:    Mermaid files are not recognized.
Solution:   Add patterns for Mermaid. (Crag MacEachern)

364438d1e8

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
Christian Clason
2022-11-22 23:28:49 +01:00
committed by GitHub
parent 915891f28c
commit d41e93d5a8
2 changed files with 4 additions and 0 deletions

View File

@@ -659,6 +659,9 @@ local extension = {
dmt = 'maxima',
wxm = 'maxima',
mel = 'mel',
mmd = 'mermaid',
mmdc = 'mermaid',
mermaid = 'mermaid',
mf = 'mf',
mgl = 'mgl',
mgp = 'mgp',