cursorless-dev / vscode-parse-tree

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

Switch to patched version of tree-sitter-clojure #23

Closed wenkokke closed 2 years ago

wenkokke commented 2 years ago

The tree-sitter-clojure package uses exact dependencies for nan and tree-sitter-cli, and erroneously—I think—introduces an exact dependency for web-tree-sitter.

We should fork tree-sitter-clojure, loosen these dependencies, test if the resulting parser still works, and if so start using the less restricted version in vscode-parse-tree.

pokey commented 2 years ago

All looks good, tho I'd add that we should probably also file a PR against the tree-sitter-clojure repo, no?

wenkokke commented 2 years ago

It’s already fixed!