mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 20:37:44 +03:00
add uv
shebang for python (#12360)
This commit is contained in:
parent
073efe48f9
commit
6d07ae4f07
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue