Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add uv shebang for python #12360

Merged
merged 1 commit into from
Dec 29, 2024
Merged

Conversation

kabouzeid
Copy link
Contributor

correctly highlights the following justfile with injected python

script:
    #!/usr/bin/env uv run
    import foo

correctly highlights the following justfile with injected python

```just
script:
    #!/usr/bin/env uv run
    import foo
```
@the-mikedavis the-mikedavis merged commit 6d07ae4 into helix-editor:master Dec 29, 2024
6 checks passed
CedricMeu pushed a commit to CedricMeu/helix that referenced this pull request Jan 2, 2025
akhenakh pushed a commit to akhenakh/helix that referenced this pull request Jan 4, 2025
GladkihEgor pushed a commit to GladkihEgor/helix that referenced this pull request Jan 4, 2025
Desdaemon pushed a commit to Desdaemon/helix that referenced this pull request Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants