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

Conversation

arcticicestudio
Copy link
Contributor

Resolves #262

Before

After

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 <development@svengreb.de>
@arcticicestudio arcticicestudio merged commit 07452c7 into develop Jun 9, 2021
@arcticicestudio arcticicestudio deleted the feature/gh-262-support-for-php-plugin branch June 9, 2021 19:28
crispgm pushed a commit to crispgm/nord-vim that referenced this pull request Jun 10, 2021
This is a follow up for nordtheme#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]: nordtheme#218
[2]: https://github.com/StanAngeloff/php.vim

Related to nordthemeGH-218
Closes nordthemeGH-262

Co-authored-by: Sven Greb <development@svengreb.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for php.vim plugin
2 participants