Skip to main content

parse_basic_mapping_tree

Function parse_basic_mapping_tree 

Source
pub fn parse_basic_mapping_tree(input: &str) -> Option<SyntaxNode>
Expand description

Parse one or more key: value lines and emit a prototype YAML mapping CST.

This remains prototype-scoped but models YAML mapping structure with explicit block-map and entry/key/value nodes, plus key/colon/whitespace/value/newline tokens.