mirror of
https://github.com/sharkdp/bat
synced 2026-07-23 17:03:18 +00:00
Better API for highlighting lines
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ use bat::{
|
||||
config::{Config, PagingMode},
|
||||
errors::*,
|
||||
input::Input,
|
||||
HighlightedLineRanges, LineRange, LineRanges, MappingTarget, StyleComponent, StyleComponents,
|
||||
SyntaxMapping, WrappingMode,
|
||||
line_range::{HighlightedLineRanges, LineRange, LineRanges},
|
||||
MappingTarget, StyleComponent, StyleComponents, SyntaxMapping, WrappingMode,
|
||||
};
|
||||
|
||||
fn is_truecolor_terminal() -> bool {
|
||||
|
||||
Reference in New Issue
Block a user