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_UDLNODE_TYPESHIGHLIGHTS_QUERYSTUDIO_HIGHLIGHTS_QUERYINJECTIONS_QUERYINDENTS_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.