mirror of
https://github.com/nushell/nushell
synced 2024-11-15 09:27:08 +00: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.
2 lines
31 B
Rust
2 lines
31 B
Rust
mod commands;
|
|
mod completions;
|