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 #262

Closed
arcticicestudio opened this issue Jun 9, 2021 · 0 comments · Fixed by #263
Closed

Support for php.vim plugin #262

arcticicestudio opened this issue Jun 9, 2021 · 0 comments · Fixed by #263

Comments

@arcticicestudio
Copy link
Contributor

This is a follow up for arcticicestudio/nord-vim#218 which added highlighting groups for the bundled PHP syntax, but the groups are actually defined by the StanAngeloff/php.vim plugin. Therefore the added highlighting calls will be moved to a plugin section.
Additionally, the phpClassExtends and phpClassImplements groups will be added to improve the highlighting for classes that implement or extended interfaces/classes. The phpUseClass will also be added to improve the highlighting for imports.

@arcticicestudio arcticicestudio added this to the 0.16.0 milestone Jun 9, 2021
arcticicestudio added a commit that referenced this issue Jun 9, 2021
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
Closes GH-262

Co-authored-by: Sven Greb <development@svengreb.de>
crispgm pushed a commit to crispgm/nord-vim that referenced this issue 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 a pull request may close this issue.

2 participants