tree-sitter-grammars / tree-sitter-markdown

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

reference links are spellchecked #67

Closed gaoDean closed 1 year ago

gaoDean commented 1 year ago

Describe the bug The https links are spellchecked, which makes them have red lines under a lot of the text.

Code example

[2](https://ourworldindata.org/children-not-in-school)
            ^^^^^^^^^^^^^^ <- this is underlined in red

Expected behavior links shouldn't be spellchecked

Actual behavior links are spellchecked

MDeiml commented 1 year ago

This is not a bug with this parser, but rather the integration into the editor. But I can point you in the direction of the right people to ask. What editor are you using? If it's neovim then this issue belongs to nvim-treesitter.

gaoDean commented 1 year ago

Ohh, ok thanks so much! I literally started using treesitter yesterday with nvim so I don’t know how most things work.