grammar

Attribute Macro grammar 

Source
#[grammar]
Expand description

Mark a module to be analyzed for a Rust Sitter grammar. Takes a single, unnamed argument, which specifies the name of the grammar. This name must be unique across all Rust Sitter grammars within a compilation unit.