Variable: projectile--justfile-names
projectile--justfile-names is a variable defined in projectile.el.
Value
("justfile" ".justfile" "Justfile")
Documentation
The file names just reads its recipes from.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defconst projectile--justfile-names '("justfile" ".justfile" "Justfile")
"The file names `just' reads its recipes from.")