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

syntax: link goPredefinedIdentifiers to Constant #3528

Merged
merged 1 commit into from
Feb 19, 2023

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Feb 19, 2023

Link goPredefinedIdentifiers to Constant. This is a non-functional change, because goPredefinedIdentifier was previously linked to goBoolean, which in turn is linked to Boolean, which is linked to Constant by default by Vim. This change effectively spells goBoolean differently. The highlighting for goPredefinedIdentiifers remains the same as it was and users can still vary the highlighting of goBoolean and goPredefinedIdentifiers if they wish.

Link goPredefinedIdentifiers to Constant. This is a non-functional
change, because goPredefinedIdentifier was previously linked to
goBoolean, which in turn is linked to Boolean, which is linked to
Constant by default by Vim. This change effectively spells goBoolean
differently. The highlighting for goPredefinedIdentiifers remains the
same as it was and users can still vary the highlighting of goBoolean
and goPredefinedIdentifiers if they wish.
@bhcleek bhcleek added this to the vim-go v1.29 milestone Feb 19, 2023
@bhcleek bhcleek merged commit 2620d51 into fatih:master Feb 19, 2023
@bhcleek bhcleek deleted the syntax/goPredifinedIdentifiers branch February 19, 2023 18:31
bhcleek added a commit that referenced this pull request Feb 19, 2023
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.

1 participant