1
0
mirror of https://github.com/sharkdp/bat synced 2026-06-09 10:03:18 +00:00

[Python] Support uv as script runner in shebang

This commit is contained in:
Jan Larres
2026-04-13 17:52:03 +12:00
parent a36b02d90f
commit e89c515e9a
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
- Improve native man pages and command help syntax highlighting by stripping overstriking, see #3517 (@akirk)
- Add `--fallback-syntax`/`--fallback-language` to apply syntax highlighting only when auto-detection fails, see #1341 (@Xavrir)
- Map `BUILD` case sensitively to Python (Starlark) for Bazel, see #3576 (@vorburger)
- Syntax highlighting for Python files using uv as script runner in shebang #3689 (@janlarres)
## Bugfixes
- Treat ZIP archives as binary content based on their magic header, see #3686 (@officialasishkumar)