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

PHP 5.5 class resolution operator breaks styles #749

Closed
acelaya opened this issue Feb 18, 2015 · 4 comments
Closed

PHP 5.5 class resolution operator breaks styles #749

acelaya opened this issue Feb 18, 2015 · 4 comments
Labels
Milestone

Comments

@acelaya
Copy link

acelaya commented Feb 18, 2015

There is a "class" resolution operator in php 5.5 that breaks the styles once used. This is its syntax Controller::class.

It returns the fully qualified class name, but highlight.js detects it as a class declaration, so everything after that is used is broken.

You can see an example using monokai sublime theme in the link or the attached image.

screenshot_2015-02-18-08-04-35 2

http://blog.alejandrocelaya.com/2015/02/06/managing-objects-creation-and-dependency-injection-with-zend-service-manager/

@Sannis
Copy link
Collaborator

Sannis commented Feb 18, 2015

Ref #653

@Sannis Sannis added the bug label Feb 18, 2015
@isagalaev isagalaev added this to the 8.5 milestone Feb 19, 2015
@acelaya
Copy link
Author

acelaya commented Feb 20, 2015

Thanks @Sannis. That works for me by the moment.

@isagalaev
Copy link
Member

On 03/12/2015 08:13 PM, Sam wrote:

@isagalaev https://github.com/isagalaev having trouble getting a
working bundle post this change

What do you mean, exactly?

@SamSaffron
Copy link

Sorry deleted that comment was a user bug

On Friday, March 13, 2015, Ivan Sagalaev notifications@github.com wrote:

On 03/12/2015 08:13 PM, Sam wrote:

@isagalaev https://github.com/isagalaev having trouble getting a
working bundle post this change

What do you mean, exactly?


Reply to this email directly or view it on GitHub
#749 (comment)
.

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

4 participants