cap-js-community / tree-sitter-cds

CAP CDS grammar for tree-sitter.
Apache License 2.0
16 stars 2 forks source link

test: Ensure queries (NeoVim/tree-sitter) are valid #14

Closed bugwelle closed 8 months ago

bugwelle commented 9 months ago

Currently, we don't test whether a grammar change affects our queries. We should test them. Maybe via the tree-sitter CLI or via custom Rust coding.