php-mode
php-mode copied to clipboard
Fix Highlighting for Object Member Access
Consider this code:
echo $this->foo;
Initially php-mode will highlight the > character using font-lock-constant-face. Making any modifications to the line (e.g. deleting and reinsert one character) causes the character to take on the appropriate face. But it should not have the incorrect face to begin with.