mirror of
https://github.com/nushell/nushell.git
synced 2025-03-29 17:16:49 +01:00
8 lines
187 B
Rust
8 lines
187 B
Rust
mod completions;
|
|
mod errors;
|
|
mod syntax_highlight;
|
|
|
|
pub use completions::NuCompleter;
|
|
pub use errors::{report_parsing_error, report_shell_error};
|
|
pub use syntax_highlight::NuHighlighter;
|