We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd1227 commit a55f021Copy full SHA for a55f021
src/config.rs
@@ -306,7 +306,6 @@ impl From<cli::Opt> for Config {
306
),
307
line_numbers_zero_style: styles["line-numbers-zero-style"],
308
line_buffer_size: opt.line_buffer_size,
309
- styles_map,
310
max_line_distance: opt.max_line_distance,
311
max_line_distance_for_naively_paired_lines,
312
max_line_length: match (opt.side_by_side, wrap_max_lines_plus1) {
@@ -353,6 +352,7 @@ impl From<cli::Opt> for Config {
353
352
show_themes: opt.show_themes,
354
side_by_side: opt.side_by_side,
355
side_by_side_data,
+ styles_map,
356
syntax_dummy_theme: SyntaxTheme::default(),
357
syntax_set: opt.computed.syntax_set,
358
syntax_theme: opt.computed.syntax_theme,
0 commit comments