File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ ; ;; php-project.el --- Project support for PHP application -*- lexical-binding : t ; -*-
2+
3+ ; ; Copyright (C) 2018 Friends of Emacs-PHP development
4+
5+ ; ; Author: USAMI Kenta <tadsan@zonu.me>
6+ ; ; Keywords: tools, files
7+ ; ; URL: https://github.com/ejmr/php-mode
8+ ; ; Version: 1.18.4
9+ ; ; Package-Requires: ((emacs "24") (cl-lib "0.5"))
10+ ; ; License: GPL-3.0-or-later
11+
12+ ; ; This program is free software; you can redistribute it and/or modify
13+ ; ; it under the terms of the GNU General Public License as published by
14+ ; ; the Free Software Foundation, either version 3 of the License, or
15+ ; ; (at your option) any later version.
16+
17+ ; ; This program is distributed in the hope that it will be useful,
18+ ; ; but WITHOUT ANY WARRANTY; without even the implied warranty of
19+ ; ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+ ; ; GNU General Public License for more details.
21+
22+ ; ; You should have received a copy of the GNU General Public License
23+ ; ; along with this program. If not, see <https://www.gnu.org/licenses/>.
24+
25+ ; ;; Commentary:
26+
27+ ; ; Define project specific functions and variables for PHP application.
28+
29+ ; ;; Code:
30+
31+
32+ ; ; Variables
33+
34+
35+
36+ ; ; Buffer local variables
37+
38+
39+ ; ; Functions
40+
41+
42+ (provide 'php-project )
43+ ; ;; php-project.el ends here
You can’t perform that action at this time.
0 commit comments