Function: projectile--file-kinds
projectile--file-kinds is a byte-compiled function defined in
projectile.el.
Signature
(projectile--file-kinds)
Documentation
Return the current project type's :file-kinds alist.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile--file-kinds ()
"Return the current project type's `:file-kinds' alist."
(projectile-project-type-attribute (projectile-project-type) 'file-kinds))