Expand description
This crate provides ObjectScript Class and Routine language support for the tree-sitter parsing library.
Constantsยง
- LANGUAGE_
OBJECTSCRIPT_ ROUTINE - The tree-sitter
LanguageFnfor ObjectScript Routine grammar. - LANGUAGE_
OBJECTSCRIPT_ UDL - The tree-sitter
LanguageFnfor 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.jsonfile 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.jsonfile for ObjectScript UDL grammar.