Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
highlight goBoolean and goPredefinedIdentifier groups using Identifier
Highlight the goBoolean and goPredefinedIdentifier groups as Identifer instead of Boolean so that they will actually be highlighted, too. The goBoolean and goPredefinedIdentifer groups were the only groups that contained any of the predeclared identifiers (https://golang.org/ref/spec#Predeclared_identifiers) that were not highlighted out-of-the-box with vim-go. If users want the previous (or different) behavior, they are free to link the groups to different highlighting groups in their configs.
- Loading branch information