1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Merge branch 'master' into master

This commit is contained in:
John Cavanaugh
2025-08-19 20:34:08 -07:00
committed by GitHub
27 changed files with 222 additions and 94 deletions

View File

@@ -18,6 +18,7 @@
- Add missing mappings for various bash/zsh files, see PR #3262 (@AdamGaskins)
- Send all bat errors to stderr by default, see #3336 (@JerryImMouse)
- Make --map-syntax target case insensitive to match --language, see #3206 (@keith-hall)
- Correctly determine the end of the line in UTF16LE/BE input #3369 (@keith-hall)
## Other