ikatyang / tree-sitter-yaml

YAML grammar for tree-sitter
https://ikatyang.github.io/tree-sitter-yaml/
MIT License
94 stars 38 forks source link

bindings/rust was failing due to rust not finding scanner.cc #44

Open ilevyor opened 1 year ago

ilevyor commented 1 year ago

Master unlike other ts language repos has bindings/rust in .gitignore so that anybody wanting to use the language has to run tree-sitter generate. The generated code in bindings/rust/build.rs comments out the code that imports scanner.cc which makes the rust library fail out of the box with linking errors.