1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

Add syntax detection for files with ksh shebang lines

This commit is contained in:
Keith Hall
2025-12-02 21:56:35 +02:00
parent 0e469634a3
commit 1fb269a0fb
6 changed files with 40 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
- Update quadlet syntax mapping to include *.{build,pod} files #3484 (@cyqsimon)
- Fix inconsistencies in Ada syntax, see #3481 (@AldanTanneo)
- Add syntax mapping for podman's `artifact` quadlet files, see #3497 (@xduugu)
- Highlight Korn Shell scripts (i.e. with a shebang of ...`ksh`) using Bash syntax, see #3509 (@keith-hall)
## Themes