Skip to content

Commit 623ad52

Browse files
committed
Add php-mode-pkg.el for v1 branch
1 parent a87475a commit 623ad52

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

php-mode-pkg.el

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
(define-package "php-mode" "1.23.0" "Major mode for editing PHP code"
2+
'((emacs "24.3"))
3+
:keywords
4+
'("languages" "php")
5+
:authors
6+
'(("Eric James Michael Ritz"))
7+
:maintainer
8+
'("USAMI Kenta" . "[email protected]")
9+
:url "https://github.com/emacs-php/php-mode")
10+
;; Local Variables:
11+
;; no-byte-compile: t
12+
;; End:

0 commit comments

Comments
 (0)