php-mode icon indicating copy to clipboard operation
php-mode copied to clipboard

Fix Highlighting for Object Member Access

Open ejmr opened this issue 12 years ago • 0 comments

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.

ejmr avatar Mar 11 '13 22:03 ejmr