pub fn control_word_range(command: &SyntaxNode) -> Option<TextRange>Expand description
The range of a COMMAND node’s leading CONTROL_WORD token, or None for a
control symbol.
pub fn control_word_range(command: &SyntaxNode) -> Option<TextRange>The range of a COMMAND node’s leading CONTROL_WORD token, or None for a
control symbol.