cursorless-dev / vscode-parse-tree

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

Add tree-sitter-query #27

Closed Will-Sommers closed 2 years ago

Will-Sommers commented 2 years ago

Prepping to support scheme as perhaps the first language using scheme queries itself. One thing to note is that this is not one of the langues within the language identifier list. However, a breakpoint here shows that languageId returns "scheme". I have a scheme plugin installed so perhaps that is adding the .scm filetype to the supported languages of my local VSCode.

pokey commented 2 years ago

Don't we want to use https://github.com/nvim-treesitter/tree-sitter-query instead?

Will-Sommers commented 2 years ago

Yep @pokey! Updated.

pokey commented 2 years ago

shipped!