/**
* Regex patterns used throughout the grammar
*
* These patterns are the single source of truth for both:
* - Tree-sitter grammar parsing (grammar.js)
* - JSON Schema validation (schema/actions.schema.json)
*
* This ensures parsing and validation use identical rules.
*/
module.exports = ;