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

Add highlighting for "trait" #44

Closed
wants to merge 1 commit into from
Closed

Add highlighting for "trait" #44

wants to merge 1 commit into from

Conversation

jjeising
Copy link
Contributor

@jjeising jjeising commented Feb 1, 2014

This adds support for traits, which are available since PHP 5.4.

Only shortcoming is, that this fails with comments (as interface currently does):

trait /* comment */ testTrait { }

This will fix #41.

This adds support for traits, which are available since PHP 5.4
@infininight
Copy link
Member

Pulled as ef16d31, thanks!

@infininight infininight closed this Feb 5, 2014
@jjeising jjeising deleted the syntax-meta-trait branch February 5, 2014 08:41
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.

Syntax highlighting of ‘trait’
2 participants