AutoYADM commit: 2024-11-11 17:00:02

This commit is contained in:
Daniel Fichtinger 2024-11-11 17:00:02 -05:00
parent 942d1794b4
commit 15d2a7cc5c

View file

@ -35,6 +35,9 @@ vim.api.nvim_create_autocmd("FileType", {
syn include @tex syntax/tex.vim syn include @tex syntax/tex.vim
hi def link mathBlock Statement hi def link mathBlock Statement
hi def link mathInline Statement hi def link mathInline Statement
syn region mermBlock start=\`\`\`mermaid end=\`\`\`mermaid contains=@merm
sync include @merm syntax/mermaid.vim
]]) ]])
end, end,
}) })