terrastruct/d2-vim

No such highlight group name: markdownCodeBlock

gaochundong opened this issue · 1 comments

Error detected while processing BufRead Autocommands for ".d2"..FileType Autocommands for ""..Syntax Autocommands for "d2"..function d2#syntax_post:
line 2:
E28: No such highlight group name: markdownCodeBlock
image

I got this, and it was because I had a vim-markdown plugin installed (not tpope/vim-markdown). I uninstalled it and that error went away.