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 Syntaxhighlighter #124

Open
codeyash opened this issue Dec 18, 2015 · 3 comments
Open

Php Syntaxhighlighter #124

codeyash opened this issue Dec 18, 2015 · 3 comments
Assignees
Milestone

Comments

@codeyash
Copy link
Member

Make it more advanced

  • implements with literal both in unique colors
  • Highlight namespaces
  • -> mark and show connecting literals a unique color and -> after that can be variable or function
  • Operators should have some color like =, (, [
  • current BUG: @param like email@domain.com inside doxygen behaves improperly

Fixed

  • Diff color for class, function keywords and class, function literals
  • Identify what makes more easy to reading PHP code
@codeyash codeyash added this to the 2.1.0 Alpha 1 milestone Dec 18, 2015
@codeyash
Copy link
Member Author

Possible ways

  • Add rule based on regex(es) to core rule engine
  • Or Add static data to already defined rules by core engine

@codeyash
Copy link
Member Author

Missing

  • class and function and few more keywords in separate groups
  • divide keywords in groups
  • after keyword class or function give them color

@codeyash codeyash self-assigned this Dec 24, 2015
@codeyash
Copy link
Member Author

Added syntax support for

  • magic methods
  • standard functions color

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant