mirror of
https://github.com/nushell/nushell.git
synced 2024-11-30 04:14:17 +01:00
6 lines
136 B
Rust
6 lines
136 B
Rust
|
mod errors;
|
||
|
mod syntax_highlight;
|
||
|
|
||
|
pub use errors::{report_parsing_error, report_shell_error};
|
||
|
pub use syntax_highlight::NuHighlighter;
|