pub fn command_name(command: &SyntaxNode) -> Option<SmolStr>Expand description
The control-word name of a COMMAND node (the leading \ stripped), or None
for a control symbol.
pub fn command_name(command: &SyntaxNode) -> Option<SmolStr>The control-word name of a COMMAND node (the leading \ stripped), or None
for a control symbol.