georgewfraser / vscode-tree-sitter

Accurate syntax coloring for VSCode using tree-sitter
MIT License
175 stars 25 forks source link

[Bug] Highlighting don't work #13

Closed olvyko closed 5 years ago

olvyko commented 5 years ago

After version of tree sitter was changed to the wasm, the extension stopped working. I have this errors: tree-sitter-errors-2

georgewfraser commented 5 years ago

I think this might be https://github.com/tree-sitter/tree-sitter/issues/338

georgewfraser commented 5 years ago

I've published a workaround---converting to relative paths. Thanks for reporting!