emacs-php / emacs-php/php-mode

Fix Highlighting for Object Member Access

Open
#78 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.