Commit 727072c
committed
Modify syntax-entry $ to "_" from "'"
In practice, $ is just part of the variable name, which is more
advantageous than considering it as “Expression prefixes”.
If you want to be compatible with older syntax tables, add the
following code to your own .emacs file (init.el):
(with-eval-after-load "php-mode"
(modify-syntax-entry ?$ "'" php-mode-syntax-table))
Past discussions are in the following issues:
#320
#5641 parent 7e630bf commit 727072c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
1076 | | - | |
| 1076 | + | |
1077 | 1077 | | |
1078 | 1078 | | |
1079 | 1079 | | |
| |||
0 commit comments