Skip to content

Fix Highlighting for Object Member Access #78

Open
@ejmr

Description

@ejmr

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions