pub fn environment_name(begin_or_end: &SyntaxNode) -> Option<String>Expand description
The environment name of a BEGIN or END node — the text of its NAME_GROUP
child, braces dropped.
pub fn environment_name(begin_or_end: &SyntaxNode) -> Option<String>The environment name of a BEGIN or END node — the text of its NAME_GROUP
child, braces dropped.