tree-sitter-objectscript-routine
ObjectScript routine grammar for tree-sitter.
This crate publishes the objectscript_routine grammar for routine files like
.mac, .inc, .int, and .rtn.
It includes:
LANGUAGE_OBJECTSCRIPT_ROUTINENODE_TYPESHIGHLIGHTS_QUERYSTUDIO_HIGHLIGHTS_QUERYINJECTIONS_QUERYINDENTS_QUERY
For class-file parsing (objectscript_udl), use the
tree-sitter-objectscript crate.
For playground/snippet parsing (objectscript), use the
tree-sitter-objectscript-playground crate.
See docs.rs/tree-sitter-objectscript-routine for API details and examples.