AutoYADM commit: 2024-11-11 17:00:02
This commit is contained in:
parent
942d1794b4
commit
15d2a7cc5c
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue