Skip to content

Commit

Permalink
test strict filename prefix matching
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed Feb 6, 2024
1 parent 80dd4b8 commit 181b77c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/cases/ftdetect.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@
{
"filename": "*.Just"
},
{
"filename": "*justfile",
"not_justfile": true
},
{
"filename": ".*justfile",
"not_justfile": true
},
{
"filename": "*.*justfile",
"not_justfile": true
},
{
"filename": "*.*just",
"not_justfile": true
},
{
"content": "#!/usr/bin/env -S just -f\n"
},
Expand Down

0 comments on commit 181b77c

Please sign in to comment.