summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2022-09-10Revert "Remove code that tries to handle ANSI escape inputs"Martin Nordholts
2022-09-06Strip BOM from output in interactive mode (#1938)dag-h
2022-09-04Fix highlight testKid
2022-09-04Map `fish_history` to YAMLKid
2022-09-04Merge pull request #2236 from kidonng/patch-1David Peter
2022-09-04Add `.mts` and `.cts` to TypeScript file extensionsKid
2022-09-04Try to fix all warningsMartin Nordholts
2022-09-04Merge remote-tracking branch 'origin/master' into feature/668/add-systemwide-...Martin Nordholts
2022-09-03Make `bat::PrettyPrinter::syntaxes()` iterate over new `bat::Syntax` struct (...Martin Nordholts
2022-08-29Remove code that tries to handle ANSI escape inputs (#2189)Martin Nordholts
2022-08-25CI: Check MSRV without git feature enabledMartin Nordholts
2022-08-25tests/tester: Do not build as testsMartin Nordholts
2022-08-16Make --map-syntax and --ignored-suffix work together (#2260)Christopher Acosta
2022-08-14Make `--no-paging`/`-P` override `--paging=...` if passed as a later arg (#2201)Marie Katrine Ekeberg
2022-07-25Color `fstab` dump and pass fields correctly (#2246)yuvalmo
2022-06-12Fix typosKian-Meng Ang
2022-06-04Add syntax mapping from NSE to Lua (#2214)Cre3per
2022-05-24Make the default macOS theme depend on Dark Mode (#2197)Martin Nordholts
2022-05-11Make `INI` syntax register as handler of `.inf` filesMartin Nordholts
2022-05-07Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181)Martin Nordholts
2022-05-05Bump assets/syntaxes/02_Extra/Zig from `87ecbca` to `1a4a384` (#2136)dependabot[bot]
2022-05-04Add a --style=default option (#2119)Isaac Horvath
2022-05-04Skip syntax highlighting for long lines (#2165)Keith Hall
2022-04-26Syntax: add cmd-help (#2148)Víctor González Prieto
2022-03-22Syntax: [Log] highlight escape characters in double quoted stringsKeith Hall
2022-03-10Add test for systemwide config file supportPatrick Pichler
2022-03-06Updated test namesDavid Peter
2022-03-06correctly handle multiple tabs in one linePatrick Hilhorst
2022-03-06add show_all_tabstops_long integration testPatrick Hilhorst
2022-03-06add show_all_tabstops integration testPatrick Hilhorst
2022-02-26Recognize files in `$XDG_CONFIG_HOME/git/` and `$HOME/.config/git/` better (#...cyqsimon
2022-02-14Add JQ syntax highlightingltdk
2022-02-14Underline highlighted lines in ANSI theme (#1985)Mahdi Dibaiee
2022-02-07Add new `--style` called `header-filesize` and display it by default (#1988)Mahdi Dibaiee
2022-02-03run-benchmarks.sh: Use `python3` oneliner instead of `jq`Martin Nordholts
2022-01-06Add autogenerated `highlighted` folderFiregem
2022-01-06Add a test file for nimbleFiregem
2021-12-12Bump assets/syntaxes/02_Extra/PowerShell from `4a0a076` to `742f0b5` (#1935)dependabot[bot]
2021-12-12Bump assets/syntaxes/02_Extra/SCSS_Sass from `63819a1` to `d3d9404` (#1766)dependabot[bot]
2021-12-11Credit syntax definition and theme authors with new `--acknowledgements` opti...Martin Nordholts
2021-12-08Improved ANSI passthrough (#1596)Ethan P
2021-12-08run-benchmarks: Benchmark both --wrap=character and --wrap=neverMartin Nordholts
2021-12-08run-benchmarks.sh: Don't benchmark startup time syntaxes twiceMartin Nordholts
2021-12-06Better syntax highlighting for Dart (#1959)Ersikan
2021-11-28CICD: Add check for accidental inclusion of GPL:ed codeMartin Nordholts
2021-11-28Remove the 'requirements.txt' syntaxDavid Peter
2021-11-27run-benchmarks.sh: Add third 'Startup time' variantMartin Nordholts
2021-11-26run-benchmarks.sh: Add new test 'Startup time with syntax highlighting'Martin Nordholts
2021-11-23Add test for ANSI sequence loop-throughDavid Peter
2021-11-23Add Python highlighting testDavid Peter