vscode-parse-tree
vscode-parse-tree copied to clipboard
Syntax trees for VSCode using tree-sitter
This PR (attempts) to add support for Elixir by adding the dependency on the official Elixir tree-sitter grammar. I've been unable to build this on any machine for some reason,...
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Add flow
Heyo @pokey — It looks like the [`tsx`](https://github.com/tree-sitter/tree-sitter-typescript) parser supports flow types. The flow and hack additions were previously one but I separated them because I think there should be...
Sometimes, with a large markdown file open, the extension host will hang, and I'll see a message in dev tools saying that `pokey.parse-tree` was using up lots of cpu. It...
In order to make it easier for people to use Talon for development, we'd like to support running the parse tree when VSCode is running in a web browser. The...
[Statements Corpus](https://github.com/slackhq/tree-sitter-hack/blob/main/test/corpus/statements.txt) looks pretty complete. Going to specifying this a try!
The build is currently broken on both M1 and Intel for me because `make web-tree-sitter` does not work: ``` $ yarn yarn install v1.22.19 warning ../../package.json: No license field $...
I'm using this extension inside of my sane-indentation extension and after upgrading vscode today to 1.71.1 I now get: ``` [Extension Host] LanguageStillLoadingError: Language 'javascript' is still loading; please wait...
I think this is superficially correct. I'm having trouble getting emscripten to run without giving me some obscure error. I wanted to at least open this as a draft PR...