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

Support for php.vim plugin #263

Merged
merged 1 commit into from
Jun 9, 2021

Commits on Jun 9, 2021

  1. Support for php.vim plugin

    This is a follow up for #218 [1] which added
    highlighting groups for the bundled PHP syntax, but the groups are
    actually defined by the StanAngeloff/php.vim [2] plugin.
    Therefore the added highlighting calls will be moved to a plugin
    section.
    Additionally, the `phpClassExtends` and `phpClassImplements` groups
    have been added to improve the highlighting for classes that implement
    or extended interfaces/classes. The `phpUseClass` has also been added to
    improve the highlighting for imports.
    
    [1]: #218
    [2]: https://github.com/StanAngeloff/php.vim
    
    Related to GH-218
    GH-262
    
    Co-authored-by: Sven Greb <[email protected]>
    arcticicestudio and svengreb committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8eec3e7 View commit details
    Browse the repository at this point in the history