pub fn command_name(command: &SyntaxNode) -> Option<String>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<String>The control-word name of a COMMAND node (the leading \ stripped), or None
for a control symbol.