1
0
Fork 0
mirror of https://github.com/helix-editor/helix.git synced 2025-04-06 20:37:44 +03:00

add uv shebang for python ()

This commit is contained in:
Karim Abou Zeid 2024-12-29 03:44:26 +01:00 committed by GitHub
parent 073efe48f9
commit 6d07ae4f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -882,7 +882,7 @@ name = "python"
scope = "source.python"
injection-regex = "py(thon)?"
file-types = ["py", "pyi", "py3", "pyw", "ptl", "rpy", "cpy", "ipy", "pyt", { glob = ".python_history" }, { glob = ".pythonstartup" }, { glob = ".pythonrc" }, { glob = "SConstruct" }, { glob = "SConscript" }]
shebangs = ["python"]
shebangs = ["python", "uv"]
roots = ["pyproject.toml", "setup.py", "poetry.lock", "pyrightconfig.json"]
comment-token = "#"
language-servers = ["ruff", "jedi", "pylsp"]