tree-sitter-grammars / tree-sitter-markdown

Markdown grammar for tree-sitter
MIT License
379 stars 45 forks source link

Expose highlights in rust binding #46

Closed dzhou121 closed 2 years ago

MDeiml commented 2 years ago

There are (or at least should be) different highlight queries for inline and block grammar. This only exposes the ones for block grammar. Also the queries in this repo are a bit outdated and should probably replaced by the ones currently in nvim-treesitter.

Just saying this for completeness. This is of course a welcome change.