Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix highlighting of static method calls #499

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

fabacino
Copy link
Contributor

@fabacino fabacino commented Mar 4, 2019

If a static method call has the same name as a keyword, it is highlighted as a keyword instead of a method call.

I had to change a couple of existing tests because static method calls now always have the php-static-method-call face.

Fixes #498

If a static method call has the same name as a keyword, it is
highlighted as a keyword instead of a method call.

Github-Issue: emacs-php#498
@zonuexe zonuexe merged commit d17e4ed into emacs-php:master Apr 1, 2019
@zonuexe
Copy link
Member

zonuexe commented Apr 1, 2019

@fabacino I missed your patch for a month. Thank you very much!

@fabacino fabacino deleted the bugfix/highlight-kwd-methods branch May 29, 2019 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants