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 support for justfiles #1175

Merged
merged 4 commits into from
Oct 11, 2024
Merged

Conversation

marcaddeo
Copy link
Contributor

This adds support for justfile.

Just supports recipes that contain a shebang, but unfortunately it's being interpreted as a comment line and I don't see a way to resolve it within Tokei.

# Comment
do-something:
  #!/usr/bin/env node
  console.log('im running in node')

# Comment
do-something-else:
  echo "regular recipe"

Closes #1116

@XAMPPRocky
Copy link
Owner

Thank you for your PR, and congrats on your first contribution! 🎉

@XAMPPRocky XAMPPRocky merged commit 6092837 into XAMPPRocky:master Oct 11, 2024
71 checks passed
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.

[Feature Request]: justfile
2 participants