tree-sitter-grammars / tree-sitter-markdown

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

Erroneous concealing of to-do status brackets #78

Closed aleksey-rowan closed 1 year ago

aleksey-rowan commented 1 year ago

Describe the bug

To-do status brackets are concealed for any other symbol apart from x:

Screenshot 2023-01-09 at 20 21 16@2x Screenshot 2023-01-09 at 20 21 29@2x

Originally posted by @piersolenski in https://github.com/jakewvincent/mkdnflow.nvim/pull/110#issuecomment-1376635685

Expected behavior

To-do status bracket are never concealed.

MDeiml commented 1 year ago

This is not a bug with this parser, but with how it is configured nvim-treesitter. This parser does not define any concealing.

aleksey-rowan commented 1 year ago

Got it, thank you for clarification. I'll open an issue there.