confi-emacs-inicial/elpa/php-mode-20210519.1728/php-mode-pkg.el

13 lines
377 B
EmacsLisp
Raw Normal View History

2021-06-08 08:00:16 +02:00
(define-package "php-mode" "20210519.1728" "Major mode for editing PHP code"
'((emacs "25.2"))
:commit "9561a6c0a92a3d7c00e7e57972f42cb5be775898" :authors
2020-08-02 07:57:21 +02:00
'(("Eric James Michael Ritz"))
:maintainer
'("USAMI Kenta" . "tadsan@zonu.me")
2021-06-08 08:00:16 +02:00
:keywords
'("languages" "php")
2020-08-02 07:57:21 +02:00
:url "https://github.com/emacs-php/php-mode")
;; Local Variables:
;; no-byte-compile: t
;; End: