cursorless-dev / vscode-parse-tree

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

Error trying to add tree-sitter-julia #63

Closed xtalax closed 1 year ago

xtalax commented 1 year ago

I'm trying to add support for Julia, but I'm getting an error when running yarn add -D tree-sitter-julia, seems to be similar to this one https://github.com/tree-sitter/tree-sitter/issues/1788

If anyone with a working yarn/emscripten could add julia support here I'd be much obliged so I can get to adding the rest.

pokey commented 1 year ago

Released in 0.26.0; should be out in a few minutes. Is this for Cursorless? Feel free to drop into Talon Slack for help, as well as the meet-ups

xtalax commented 1 year ago

Thanks a bunch, yeah I am trying to get scopes working in julia with cursorless, it's a steep learning curve but very cool, I find myself reaching for the mic over the keyboard already