tree-sitter-grammars / tree-sitter-markdown

Markdown grammar for tree-sitter
MIT License
411 stars 52 forks source link

docs: contribution instructions teach how to run tests #142

Closed mikavilpas closed 6 months ago

mikavilpas commented 6 months ago

Fixes https://github.com/tree-sitter-grammars/tree-sitter-markdown/issues/136

^it looks like they ran into the same issue as me. It was difficult to figure out how to correctly run the tests, and I thought they are broken.

I found out the correct way to run them by meticulously reading these