# tree-sitter-objectscript
ObjectScript UDL grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
This crate publishes the UDL (`objectscript_udl`) grammar intended for `.cls`
files.
It includes:
- `LANGUAGE_OBJECTSCRIPT_UDL`
- `NODE_TYPES`
- `HIGHLIGHTS_QUERY`
- `STUDIO_HIGHLIGHTS_QUERY`
- `INJECTIONS_QUERY`
- `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](https://docs.rs/tree-sitter-objectscript/latest/tree_sitter_objectscript/)
for API details and examples.