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 ad98d35a48 HighlightingAssets: Implement get_syntax_for_file_name() with get_syntax_for_path()
We can do this since the file_name() of a file_name is file_name.
3 years ago
..
assets build_assets.rs: Enable dump of syntax dependencies to Graphviz dot file 3 years ago
bin/bat Improve iterator usage 3 years ago
assets.rs HighlightingAssets: Implement get_syntax_for_file_name() with get_syntax_for_path() 3 years ago
config.rs Add various other code refactorings 3 years ago
controller.rs Improve iterator usage 3 years ago
decorations.rs Reduce public API 5 years ago
diff.rs Improve readability 4 years ago
error.rs Replace deprecated 'error-chain' with 'thiserror' (#1820) 3 years ago
input.rs src/assets.rs: Extract helper method OpenedInput::path() 3 years ago
less.rs Reduce nesting in if blocks by short circuiting 3 years ago
lib.rs Extract some private submodules from 'bat::assets' (#1850) 3 years ago
line_range.rs PR comments addressed for line range +delta syntax 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 5 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 src/printer.rs: Add HighlighterFromSet helper 3 years ago
style.rs style: add component 'rule' for horizontal file delimiter 4 years ago
syntax_mapping.rs Use deref coercion to simplify some argument passing 3 years ago
terminal.rs Add ansi theme to replace ansi-light and ansi-dark 4 years ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 4 years ago