Skip to main content

Module yaml

Module yaml 

Source
Expand description

YAML language handler for tree-sitter-yaml.

Extracts top-level mapping keys as function-equivalent elements. YAML has no import concept; the import query is left empty.

Constants§

CALL_QUERY
Tree-sitter call query for YAML (empty – no call sites in YAML).
ELEMENT_QUERY
Tree-sitter query for extracting YAML block mapping keys as elements.