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
Dan Davison 4e36a56014
Expose syntect theme and syntax sets (#2030)
Fixes #2026
Ref https://github.com/dandavison/delta/issues/895
2 years ago
..
assets Allow the license used by GraphQL 2 years ago
bin/bat Add new `--style` called `header-filesize` and display it by default (#1988) 2 years ago
syntax_mapping Support for ignored-suffix CLI arguments (#1892) 3 years ago
assets.rs Expose syntect theme and syntax sets (#2030) 2 years ago
config.rs Add various other code refactorings 3 years ago
controller.rs use io::Empty instead of crafted dummy stdin struct 3 years ago
decorations.rs Reduce public API 4 years ago
diff.rs Improve readability 3 years ago
error.rs Replace deprecated 'error-chain' with 'thiserror' (#1820) 3 years ago
input.rs Add new `--style` called `header-filesize` and display it by default (#1988) 2 years ago
less.rs Reduce nesting in if blocks by short circuiting 3 years ago
lib.rs Improved ANSI passthrough (#1596) 3 years ago
line_range.rs Line range edge cases test 3 years ago
macros.rs Introduce bat_warning! helper macro 4 years ago
output.rs Replace deprecated 'error-chain' with 'thiserror' (#1820) 3 years ago
pager.rs Refactor "Use `matches` macro" 3 years ago
paging.rs Move PagingMode to separate module 4 years ago
preprocessor.rs replace_nonprintable: Keep \n around 4 years ago
pretty_printer.rs HighlightingAssets: Make .syntaxes() and syntax_for_file_name() failable 3 years ago
printer.rs Add new `--style` called `header-filesize` and display it by default (#1988) 2 years ago
style.rs Add new `--style` called `header-filesize` and display it by default (#1988) 2 years ago
syntax_mapping.rs Mark `MappingTarget` as `#[non_exhaustive]` for increased semver flexibility 2 years ago
terminal.rs Add ansi theme to replace ansi-light and ansi-dark 4 years ago
vscreen.rs Improved ANSI passthrough (#1596) 3 years ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 3 years ago