mirror of
https://github.com/danbulant/nushell
synced 2026-05-21 21:39:15 +00:00
5 lines
136 B
Rust
5 lines
136 B
Rust
mod errors;
|
|
mod syntax_highlight;
|
|
|
|
pub use errors::{report_parsing_error, report_shell_error};
|
|
pub use syntax_highlight::NuHighlighter;
|