ikatyang / tree-sitter-markdown

Markdown grammar for tree-sitter
https://ikatyang.github.io/tree-sitter-markdown
MIT License
183 stars 29 forks source link

binding for rust #27

Closed kkharji closed 3 years ago

kkharji commented 3 years ago

Hey @ikatyang it would be great if there's a binding for rust. I tried to do it my self using tree-sitter guide but failed to do so many times. Here how tree-sitter-rust does it https://github.com/tree-sitter/tree-sitter-rust/tree/master/bindings/rust.

Thanks

ikatyang commented 3 years ago

👉 https://crates.io/crates/tree-sitter-markdown

kkharji commented 3 years ago

:heart: can't wait to start experimenting and try to build something reusable. Thanks @ikatyang