mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 10:03:24 +02:00
Let list and table exprs get indexed (#307)
This commit is contained in:
@@ -145,7 +145,7 @@ pub fn lex_item(
|
||||
let _ = block_level.pop();
|
||||
}
|
||||
} else if c == b'(' {
|
||||
// We enceountered an opening `(` delimiter.
|
||||
// We encountered an opening `(` delimiter.
|
||||
block_level.push(BlockKind::Paren);
|
||||
} else if c == b')' {
|
||||
// We encountered a closing `)` delimiter. Pop off the opening `(`.
|
||||
|
Reference in New Issue
Block a user