summaryrefslogtreecommitdiffstats
path: root/src/preprocessor.rs
AgeCommit message (Expand)Author
2020-12-19replace_nonprintable: Keep \n aroundMartin Nordholts
2020-07-09Switch to "·" (U+00B7) Middle Dot from "•" (U+2022) BulletDash Peters
2020-04-24Run 'cargo fmt'sharkdp
2020-04-24Fix some clippy lintsLzu Tao
2019-08-31Handle non-unicode characters in the preprocessorsharkdp
2018-11-01Fix `--show-all` for UTF-16 encodingsharkdp
2018-11-01Display line-feed as instead ofsharkdp
2018-11-01Use `↹` character if tab-width == 1.sharkdp
2018-11-01Feature: Highlight non-printable characterssharkdp
2018-09-11Fixed tab expansion not working in --wrap=never mode.eth-p
2018-09-11Moved tab expansion to happen after syntax highlighting.eth-p
2018-09-10Added tab expansion preprocessing step.eth-p