We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9fa1bc + 451f8a0 commit ac4a975Copy full SHA for ac4a975
syntax/go.vim
@@ -127,12 +127,12 @@ hi def link goComplexes Type
127
" Predefined functions and values
128
syn match goBuiltins /\<\v(append|cap|close|complex|copy|delete|imag|len)\ze\(/
129
syn match goBuiltins /\<\v(make|new|panic|print|println|real|recover)\ze\(/
130
-syn keyword goPredefinedIdentifiers nil iota
131
syn keyword goBoolean true false
+syn keyword goPredefinedIdentifiers nil iota
132
133
hi def link goBuiltins Keyword
134
-hi def link goPredefinedIdentifiers Identifier
135
hi def link goBoolean Boolean
+hi def link goPredefinedIdentifiers goBoolean
136
137
" Comments; their contents
138
syn keyword goTodo contained TODO FIXME XXX BUG
0 commit comments