feat: add version subcommand for versioning grammars

This commit is contained in:
Amaan Qureshi 2024-10-19 02:08:57 +00:00 committed by GitHub
parent c03977a87e
commit 40606dd632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 310 additions and 6 deletions

View file

@ -13,6 +13,7 @@ pub mod test;
pub mod test_highlight;
pub mod test_tags;
pub mod util;
pub mod version;
pub mod wasm;
#[cfg(test)]