Skip to main content

Crate tree_sitter_cfml

Crate tree_sitter_cfml 

Source
Expand description

This crate provides CFML language support for the [tree-sitter][] parsing library.

Constantsยง

CFML_NODE_TYPES
The content of the node-types.json file for this grammar.
CFQUERY_NODE_TYPES
CFSCRIPT_NODE_TYPES
HIGHLIGHTS_QUERY
The syntax highlighting query for CFML.
INJECTIONS_QUERY
The injection query for CFML.
LANGUAGE_CFML
The tree-sitter LanguageFn for CFML.
LANGUAGE_CFQUERY
The tree-sitter LanguageFn for CFQUERY SQL dialect.
LANGUAGE_CFSCRIPT
The tree-sitter LanguageFn for CFSCRIPT.
TAGS_QUERY
The symbol tagging query for CFML.