cursorless-dev / vscode-parse-tree

Syntax trees for VSCode using tree-sitter
MIT License
44 stars 38 forks source link

Switch `tree-sitter-markdown` dependency #56

Closed pokey closed 2 years ago

pokey commented 2 years ago

Switching our tree-sitter-markdown from https://github.com/ikatyang/tree-sitter-markdown to https://github.com/MDeiml/tree-sitter-markdown, as the latter has much better performance and is actively maintained.

Must be merged at the same time as https://github.com/cursorless-dev/cursorless/pull/1105