tree-sitter-grammars / tree-sitter-markdown

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

Markdown link not highlight link with Parentheses #51

Closed eeeXun closed 1 year ago

eeeXun commented 1 year ago

image

https://en.wikipedia.org/wiki/Ping_(networking_utility)#ICMP_packet as the link contain parentheses.It doesn't highlight properly.

MDeiml commented 1 year ago

Thanks, fixed!

MDeiml commented 1 year ago

Btw to receive this fix (assuming you use neovim) you need to wait a bit until the lockfile.json in the nvim-treesitter repo is updated (happens automatically from time to time). Then you need to update nvim-treesitter and run :TSUpdate.

eeeXun commented 1 year ago

@MDeiml thx, will check it later!