mirror of
https://github.com/sharkdp/bat
synced 2026-08-06 19:21:43 +00:00
Easier configuration of style components
This commit is contained in:
+2
-1
@@ -19,7 +19,8 @@ use bat::{
|
||||
errors::*,
|
||||
input::Input,
|
||||
line_range::{HighlightedLineRanges, LineRange, LineRanges},
|
||||
MappingTarget, StyleComponent, StyleComponents, SyntaxMapping, WrappingMode,
|
||||
style::{StyleComponent, StyleComponents},
|
||||
MappingTarget, SyntaxMapping, WrappingMode,
|
||||
};
|
||||
|
||||
fn is_truecolor_terminal() -> bool {
|
||||
|
||||
Reference in New Issue
Block a user