Skip to main content

Crate tree_sitter_objectscript

Crate tree_sitter_objectscript 

Source
Expand description

This crate provides ObjectScript Class and Routine language support for the tree-sitter parsing library.

Constantsยง

LANGUAGE_OBJECTSCRIPT_ROUTINE
The tree-sitter LanguageFn for ObjectScript Routine grammar.
LANGUAGE_OBJECTSCRIPT_UDL
The tree-sitter LanguageFn for ObjectScript UDL grammar.
ROUTINE_HIGHLIGHTS_QUERY
The syntax highlighting query for ObjectScript Routines.
ROUTINE_INDENTS_QUERY
The indents query for ObjectScript Routines.
ROUTINE_INJECTIONS_QUERY
The injections query for ObjectScript Routines.
ROUTINE_NODE_TYPES
The content of the node-types.json file for ObjectScript Routine grammar.
UDL_HIGHLIGHTS_QUERY
The syntax highlighting query for ObjectScript UDL.
UDL_INDENTS_QUERY
The indents query for ObjectScript UDL.
UDL_INJECTIONS_QUERY
The injections query for ObjectScript UDL.
UDL_NODE_TYPES
The content of the node-types.json file for ObjectScript UDL grammar.