1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-05 14:13:17 +00:00
Files
sharkdp--bat/tests/examples
Adrian Rivera c75cc01eef Fix --ignored-suffix to fall back to first-line detection
When an ignored suffix is also a registered extension (e.g. `.txt` maps to
"Plain Text"), `get_syntax_for_file_extension` matched the raw extension
before attempting the suffix strip. As a result `--ignored-suffix .txt` had
no effect on such files and first-line/shebang detection was never reached,
so a shell script saved as `*.txt` stayed unhighlighted.

Strip ignored suffixes first and detect on the remainder; only fall back to
the raw extension when no ignored suffix applies. When a suffix is stripped
but the remainder has no syntax, return `None` so the caller can use
first-line detection. Default behavior (no `--ignored-suffix`) is unchanged.

See #2745.
2026-06-30 12:20:14 -07:00
..
2024-02-24 13:51:44 +01:00
2018-10-19 21:04:46 +02:00
2018-10-11 07:06:13 +02:00
2020-02-28 09:06:51 +01:00
2026-03-03 05:18:49 +02:00