mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
1b2e680059
# Description Fixes #12813 where a panic occurs when syntax highlighting `not`. Also fixes #12814 where syntax highlighting for `not` no longer works. # User-Facing Changes Bug fix.
3 lines
31 B
Rust
3 lines
31 B
Rust
mod commands;
|
|
mod completions;
|