Function: projectile--phoenix-html-key
projectile--phoenix-html-key is a byte-compiled function defined in
projectile.el.
Signature
(projectile--phoenix-html-key REL-PATH)
Documentation
Return the Phoenix resource key of the HTML module REL-PATH.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile--phoenix-html-key (rel-path)
"Return the Phoenix resource key of the HTML module REL-PATH."
(projectile--basename-key rel-path "_html.ex"))