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

13 lines
377 B
EmacsLisp
Raw Permalink Normal View History

2021-08-04 05:50:48 +02:00
(define-package "php-mode" "20210801.1818" "Major mode for editing PHP code"
2021-06-08 08:00:16 +02:00
'((emacs "25.2"))
2021-08-04 05:50:48 +02:00
:commit "8cd3f5d252accd60ece7a905c3fa79ae7f118c03" :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: