You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/src
Roy Ivy III 9cc8e52512 Fix compiler warning for 'windows' tests (dead_code) 4 years ago
..
bin/bat Replace Input::stdin_as_file with bat-application functions 4 years ago
assets.rs Fix compiler warning for 'windows' tests (dead_code) 4 years ago
assets_metadata.rs Fix some clippy lints 5 years ago
config.rs Skip non-file inputs when using --diff 5 years ago
controller.rs Print error message when invalid syntax is specified 4 years ago
decorations.rs
diff.rs
error.rs Refactor HighlightingAssets::get_syntax to return Result type 4 years ago
input.rs Remove unnecessary '-> ()'s 4 years ago
less.rs
lib.rs Reexport bat::pretty_printer::Input as bat::Input 4 years ago
line_range.rs Fix some clippy lints 5 years ago
output.rs Write error messages to pager, if attached 5 years ago
paging.rs
preprocessor.rs Run 'cargo fmt' 5 years ago
pretty_printer.rs Change use of 'BatInput' to 'input::Input' 4 years ago
printer.rs Refactor InputDescription API into Input API 4 years ago
style.rs Allow application to be built without git support 4 years ago
syntax_mapping.rs Fix syntax detection for files called 'rails' 4 years ago
terminal.rs Fix base16, and combine 00 and 0f alpha encodings 4 years ago
wrapping.rs