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 justfile filename to Makefile lexer #852

Merged
merged 3 commits into from
Sep 16, 2023

Conversation

silverwind
Copy link
Contributor

Fixes #847.

@silverwind
Copy link
Contributor Author

silverwind commented Sep 16, 2023

Added title case variant as well. The filename is actually case-insensitive, but I think these two variants would be the most common. Edit, also dot variant:

The search for a justfile is case insensitive, so any case, like Justfile, JUSTFILE, or JuStFiLe, will work. just will also look for files with the name .justfile, in case you'd like to hide a justfile.

@alecthomas alecthomas merged commit c64e1be into alecthomas:master Sep 16, 2023
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.

Support Justfile
2 participants