bat/src
sharkdp 1dddce3aa1 Separate syntax set and theme set
This commit separates the handling of syntax sets and theme sets. It
also changes the way how new syntax definitions are loaded from `bat`'s
configuration folder. New syntax definitions are now loaded *in
addition* to the ones that are stored in the `bat` binary by default.

This fixes #172
2018-08-19 11:08:23 +02:00
..
app.rs Run 'cargo fmt' 2018-08-18 17:54:26 +02:00
assets.rs Separate syntax set and theme set 2018-08-19 11:08:23 +02:00
decorations.rs Move colors to printer module 2018-05-21 19:24:02 +02:00
diff.rs Formatted with newer cargo fmt. 2018-05-16 08:29:41 +02:00
features.rs Revert "replace trait object BufRead by generic" 2018-08-18 21:25:58 +02:00
main.rs update line-ranges 2018-06-12 08:18:44 +02:00
output.rs Use BAT_PAGER and PAGER environment variables, closes #158 2018-08-18 18:48:22 +02:00
printer.rs Run 'cargo fmt' 2018-08-18 17:54:26 +02:00
style.rs PR #102 Followed @BrainMaestro's suggestions 2018-05-13 03:26:23 -07:00
terminal.rs Avoid floating point arithmetic in RGB→8-bit ANSI approximation 2018-08-18 20:58:03 +02:00