diff --git a/php-mode.el b/php-mode.el index 6f438970..364a4486 100644 --- a/php-mode.el +++ b/php-mode.el @@ -1073,7 +1073,7 @@ After setting the stylevars run hooks according to STYLENAME (modify-syntax-entry ?\" "\"" table) (modify-syntax-entry ?# "< b" table) (modify-syntax-entry ?\n "> b" table) - (modify-syntax-entry ?$ "'" table) + (modify-syntax-entry ?$ "_" table) table)) ;;;###autoload