cursorless-dev / vscode-parse-tree

Syntax trees for VSCode using tree-sitter
MIT License
40 stars 35 forks source link

Switch `tree-sitter-markdown` dependency #56

Closed pokey closed 1 year ago

pokey commented 1 year 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