Skip to content
New issue

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

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

Already on GitHub? # to your account

Add support for justfiles #1175

Merged
merged 4 commits into from
Oct 11, 2024
Merged

Add support for justfiles #1175

merged 4 commits into from
Oct 11, 2024

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: justfile
2 participants