We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87475a commit 623ad52Copy full SHA for 623ad52
php-mode-pkg.el
@@ -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