cursorless-dev / vscode-parse-tree

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

Peg versions of tree-sitters where required #28

Closed Will-Sommers closed 9 months ago

Will-Sommers commented 2 years ago
wenkokke commented 2 years ago

See https://github.com/sogaiu/tree-sitter-clojure/issues/19.

Will-Sommers commented 2 years ago

Cool - this is ready to go.

pokey commented 2 years ago

Btw once we migrate this extension into cursorless mono-repo so that we can test it against Cursorless in CI, we might want to have a bot that opens a PR to bump all SHA's once a week

wenkokke commented 1 year ago

Couldn't we simply include the grammars as git submodules and have dependabot do that?

pokey commented 1 year ago

Couldn't we simply include the grammars as git submodules and have dependabot do that?

huh interesting idea. what is the advantage of including them as submodules vs referencing commit in package.json?

pokey commented 9 months ago

This PR has probably rotted too much to be useful; we can do a bump again at some point, or wait till we start doing it automatically in CI in the future