ellisonleao/gruvbox.nvim

[BUG] Markdown Inline code blocks / latex expressions not highlighted correctly

gmmyung opened this issue · 3 comments

Describe the bug

Using the TS markdown_inline parser should highlight inline codeblock / math, but gruvbox.nvim currently does not.

Expected behaviour

It should highlight those.

Screenshots

Screenshot from 2024-07-10 22-12-14

hey @gmmyung do you have the expected output? can you provide the :Inspect result for this block?

image image https://github.com/nvim-treesitter/nvim-treesitter/issues/5397 It should work like this in theory.

Sorry, my bad. I had TS highlighting disabled in my setup. Thanks again for your awesome library!