mirror of
https://github.com/neovim/neovim.git
synced 2026-04-14 11:36:03 +00:00
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: vim/vim#19941
6c16ccaf61
Co-authored-by: Christian Brabandt <cb@256bit.org>