mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 10:23:52 +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.
4 lines
119 B
Rust
4 lines
119 B
Rust
pub mod completions_helpers;
|
|
|
|
pub use completions_helpers::{file, folder, match_suggestions, merge_input, new_engine};
|