tree-sitter-objectscript 1.7.1

ObjectScript UDL grammar for tree-sitter
Documentation

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_UDL
  • UDL_NODE_TYPES
  • UDL_HIGHLIGHTS_QUERY
  • UDL_INJECTIONS_QUERY
  • UDL_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.