mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
6c16ccaf61
Problem: filetype: uv scripts are not detected
(Asger Hautop Drewsen)
Solution: Detect uv scripts as python filetype if the shebang line
contains "uv run"
Reference:
https://docs.astral.sh/uv/guides/scripts/#using-a-shebang-to-create-an-executable-file
fixes: #19941
Signed-off-by: Christian Brabandt <cb@256bit.org>