tree-sitter-objectscript
ObjectScript UDL grammar for tree-sitter.
This crate publishes the UDL (objectscript_udl) grammar intended for .cls
files.
It includes:
LANGUAGE_OBJECTSCRIPT_UDLUDL_NODE_TYPESUDL_HIGHLIGHTS_QUERYUDL_INJECTIONS_QUERYUDL_INDENTS_QUERY
If you want the routine grammar (objectscript_routine), use
tree-sitter-objectscript-routine.
If you want the playground/snippet grammar (objectscript), use
tree-sitter-objectscript-playground.
See docs.rs/tree-sitter-objectscript for API details and examples.