mod completions; mod errors; mod syntax_highlight; pub use completions::NuCompleter; pub use errors::report_error; pub use syntax_highlight::NuHighlighter;