emacs-php / emacs-php/php-mode
Fix Highlighting for Object Member Access
Open
Bug
Low Priority
- Dominant language
- Emacs Lisp
- Stars
- 602
- Forks
- 117
- Avg merge
- 12h 54m
- Merged PRs (30d)
- 3
Description
Consider this code:
``` php
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.
Contributor guide
Assessment
This issue has not been assessed yet.