You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With treesitter markdown and catppuccin I see no highlighting of markdown files since updating treesitter. I have latest version of catppuccin and treesitter + markdown.
I have confirmed that :TSUninstall markdown restored the highlighting without treesitter, but it's gone again when :TSInstall markdown.
I tried switching to melange theme and that works fine with treesitter markdown, since that theme has been updated as mentioned in that issue.
✅ Solved by clearing rm -rf .local/share/nvim/lazy
I thought I took the commit hash I saw in lazy, but must have copied wrong 😊 .
I also realized that it might be good to do rm -rf .repro/; nvim -u repro.lua example.md to make sure that some cached stuff don't interfere.
Description
I managed to reproduce the problem below :) very good issue template.
tree-sitter-grammars/tree-sitter-markdown#131
Seems like some change similar to https://github.com/savq/melange-nvim/pull/76/files is needed.
I have looked at #648 which might not be related or perhaps wasn't enough.
With treesitter markdown and catppuccin I see no highlighting of markdown files since updating treesitter. I have latest version of catppuccin and treesitter + markdown.
I have confirmed that
:TSUninstall markdown
restored the highlighting without treesitter, but it's gone again when:TSInstall markdown
.I tried switching to melange theme and that works fine with treesitter markdown, since that theme has been updated as mentioned in that issue.
Neovim version
Terminal and multiplexer
doesn't matter (alacritty 0.12.3 with tmux 3.3a)
Catppuccin version / branch / rev
catppuccin master aedcd79
Steps to reproduce
nvim -u repro.lua example.md
example.md
Expected behavior
Syntax highlighting should work for markdown files.
Actual behavior
There's no syntax highlighting for markdown files. But there is syntax highlighting for code blocks via markdown_inline.
Repro
The text was updated successfully, but these errors were encountered: