File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,22 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
6
6
7
7
Start preparing for major refactoring in major mode.
8
8
9
+ ### Added
10
+
11
+ * Add php-project variables for workflow ([ #488 ] ( https://github.com/emacs-php/php-mode/pull/488 ) )
12
+ * The following variables are reserved as file/directory local variables.
13
+ * ` php-project-repl `
14
+ * ` php-project-unit-test `
15
+ * ` php-project-deploy `
16
+ * ` php-project-build `
17
+ * ` php-project-server-start `
18
+
9
19
### Changed
10
20
11
21
* Improve code highlight
12
22
* Fix highlighting of callable keyword ([ #471 ] ( https://github.com/emacs-php/php-mode/pull/471 ) by [ @fabacino ] )
13
23
* Highlight the ` ? ` character for nullable type hints and return types ([ #482 ] ( https://github.com/emacs-php/php-mode/pull/482 ) by [ @fabacino ] )
14
- * Modify "customize group" and variables
24
+ * Modify "customize group" and variable names
15
25
* Add php-mode group and some variables belong to new group ([ #486 ] ( https://github.com/emacs-php/php-mode/pull/486 ) )
16
26
* ` php-default-face ` → ` php-mode-default-face `
17
27
* ` php-speedbar-config ` → ` 'php-mode-speedbar-config `
You can’t perform that action at this time.
0 commit comments