mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 15:28:53 +02:00
Fix syntax highlighting for not
(#12815)
# 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.
This commit is contained in:
2
crates/nu-cli/tests/main.rs
Normal file
2
crates/nu-cli/tests/main.rs
Normal file
@ -0,0 +1,2 @@
|
||||
mod commands;
|
||||
mod completions;
|
Reference in New Issue
Block a user