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

Extend justfile file detection #6795

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mkatychev
Copy link

Description

Extend justfile filetype detection

As explained on the just repo quickstart:

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.

the ftdetect in the sactioned justfile vim plugin defines the full globmatch:
https://github.com/IndianBoy42/tree-sitter-just/blob/main/ftdetect/just.vim

Checklist:

@mkatychev mkatychev requested a review from a team as a code owner April 12, 2024 15:47
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.

None yet

1 participant