File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1393,7 +1393,7 @@ a completion list."
13931393 (" \\ (->\\ )\\ (\\ sw+\\ )\\ s-*(" (1 'php-object-op ) (2 'php-method-call ))
13941394
13951395 ; ; Highlight special variables
1396- (" \\ (\\ $\\ )\\ (this\\ |that \\ )\\ _ >" (1 'php-$this-sigil ) (2 'php-$this ))
1396+ (" \\ (\\ $\\ )\\ (this\\ )\\ >" (1 'php-$this-sigil ) (2 'php-$this ))
13971397 (" \\ (\\ $+\\ )\\ (\\ sw+\\ )" (1 'php-variable-sigil ) (2 'php-variable-name ))
13981398 (" \\ (->\\ )\\ ([a-zA-Z0-9_]+\\ )" (1 'php-object-op ) (2 'php-property-name ))
13991399
Original file line number Diff line number Diff line change 1313 (" $" . php-$this-sigil)
1414 (" this" . php-$this)
1515 (" ;\n " )
16- (" $" . php-$this -sigil)
17- (" that" . php-$this )
16+ (" $" . php-variable -sigil)
17+ (" that" . php-variable-name )
1818 (" ;\n " )
1919 (" self" . php-keyword)
2020 (" ::" . php-paamayim-nekudotayim)
You can’t perform that action at this time.
0 commit comments