We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 430bc22 + 9b1d8f3 commit 3573d89Copy full SHA for 3573d89
syntax/go.vim
@@ -34,7 +34,7 @@ hi def link goLabel Label
34
hi def link goRepeat Repeat
35
36
" Predefined types
37
-syn keyword goType chan map bool string error
+syn keyword goType chan map bool string error any comparable
38
syn keyword goSignedInts int int8 int16 int32 int64 rune
39
syn keyword goUnsignedInts byte uint uint8 uint16 uint32 uint64 uintptr
40
syn keyword goFloats float32 float64
0 commit comments