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 for Multiple Interfaces #49

Closed
ejmr opened this issue Jan 14, 2013 · 2 comments
Closed

Fix Highlighting for Multiple Interfaces #49

ejmr opened this issue Jan 14, 2013 · 2 comments
Labels

Comments

@ejmr
Copy link
Collaborator

ejmr commented Jan 14, 2013

The code

<?php

class Foo implements Bar, Baz {}

fails to correctly highlight Bar and Baz. Only one of the two has correct highlighting, while the other is treated like an error.

@syohex
Copy link
Collaborator

syohex commented Jan 29, 2015

This issue was fixed.

Here is screenshot with latest version.

php-mode

@ejmr
Copy link
Collaborator Author

ejmr commented Jan 29, 2015

Thanks again!

@ejmr ejmr closed this as completed Jan 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants