cursorless-dev / vscode-parse-tree

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

Fix hcl url #79

Closed fidgetingbits closed 5 months ago

fidgetingbits commented 5 months ago

The tree-sitter-hcl url was using https://github.com/MichaHoffmann/tree-sitter-hcl# instead of github:MichaHoffmann/tree-sitter-hcl#, the latter style being what all of the other dependencies use. Seems like yarn2nix helper functions can't handle the https:// style github url properly, which prevents building using nix. So this just changes the URI format.