1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-07 05:42:25 +01:00

Merge branch 'master' into dark-light

This commit is contained in:
Keith Hall
2024-11-13 20:33:37 +02:00
committed by GitHub
22 changed files with 264 additions and 131 deletions

View File

@@ -53,7 +53,7 @@ pub mod theme;
mod vscreen;
pub(crate) mod wrapping;
pub use nonprintable_notation::NonprintableNotation;
pub use nonprintable_notation::{BinaryBehavior, NonprintableNotation};
pub use preprocessor::StripAnsiMode;
pub use pretty_printer::{Input, PrettyPrinter, Syntax};
pub use syntax_mapping::{MappingTarget, SyntaxMapping};