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
Martin Nordholts 7334ab4542
Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181)
* Bump to syntect 5.0.0 to e.g. start lazy-loading themes

Closes #915
Closes #951
Closes #1846
Closes #1854

* Typo fix formated -> formatted

* Update CHANGELOG.md
2 years ago
..
assets Allow the license used by GraphQL 2 years ago
bin/bat Add a --style=default option (#2119) 2 years ago
syntax_mapping Support for ignored-suffix CLI arguments (#1892) 3 years ago
assets.rs Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 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 Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 2 years ago
input.rs Run `cargo clippy --fix --all-targets --all-features` with Rust 1.60 2 years ago
less.rs Add support for BusyBox less as pager (#2162) 2 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 3 years ago
output.rs Add support for BusyBox less as pager (#2162) 2 years ago
pager.rs Refactor "Use `matches` macro" 3 years ago
paging.rs Move PagingMode to separate module 4 years ago
preprocessor.rs correctly handle multiple tabs in one line 2 years ago
pretty_printer.rs Allow configuring show_nonprintable from PrettyPrinter 2 years ago
printer.rs Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 2 years ago
style.rs Add a --style=default option (#2119) 2 years ago
syntax_mapping.rs Add mapping for Unix mail spool (#2156) 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