You are viewing a single thread.
View all comments 67 points
Code? .md files on GitHub
12 points
I’ve been having trouble getting syntax highlighting to work on my ‘```’ fenced code blocks. I give it the right/supported language identifier, but nothing changes.
I’m using neovim with a bunch of lsp plugins and treesitter. Anyone have dotfiles with markdown code syntax highlighting working?
6 points
*
2 points
*
Have you installed the treeesitter grammars for those languages with :TSInstall language_name
or in your treesitter config?
2 points
3 points