joelspadin / tree-sitter-devicetree

Tree-sitter grammar for Devicetree files
MIT License
28 stars 5 forks source link

Publish on crates.io #16

Closed igor-prusov closed 6 months ago

igor-prusov commented 6 months ago

Could you please publish this grammar on crates.io? It seems like tree-sitter-c and other tree-sitter grammars are already there. This should help with project discoverability and allow publishing of Rust crates that have tree-sitter-devicetree as a dependency.

BTW, thanks for this grammar, I'm builing a Language Server on top of it and it works like a charm :)

joelspadin commented 6 months ago

This is totally untested, but I think I matched how tree-sitter-c publishes things. Can you check if this works? https://crates.io/crates/tree-sitter-devicetree

igor-prusov commented 6 months ago

Yep, it works. Thanks!