tree-sitter-grammars / tree-sitter-markdown

Markdown grammar for tree-sitter
MIT License
430 stars 56 forks source link

fix: exclude <> from link_destination #175

Open tbung opened 1 week ago

tbung commented 1 week ago

This fixes #174 (and https://github.com/nvim-treesitter/nvim-treesitter/issues/7369)

I changed the tests, as links only consisting of <> now no longer contain a link_destination node.