1pub mod diff; 2pub mod list_syntax_themes; 3pub mod parse_ansi; 4mod sample_diff; 5pub mod show_colors; 6pub mod show_config; 7pub mod show_syntax_themes; 8pub mod show_themes;