Skip to content

add justfile filename to Makefile lexer#852

Merged
alecthomas merged 3 commits intoalecthomas:masterfrom
silverwind:justfile
Sep 16, 2023
Merged

add justfile filename to Makefile lexer#852
alecthomas merged 3 commits intoalecthomas:masterfrom
silverwind:justfile

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