From b77c5f11070ecb2ff343aa18b4ea859e6168f16c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 17 Feb 2022 04:31:35 +0100 Subject: Update --- syntax/go.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/go.vim') diff --git a/syntax/go.vim b/syntax/go.vim index c4861715..19763ee0 100644 --- a/syntax/go.vim +++ b/syntax/go.vim @@ -38,7 +38,7 @@ hi def link goLabel Label hi def link goRepeat Repeat " Predefined types -syn keyword goType chan map bool string error +syn keyword goType chan map bool string error any comparable syn keyword goSignedInts int int8 int16 int32 int64 rune syn keyword goUnsignedInts byte uint uint8 uint16 uint32 uint64 uintptr syn keyword goFloats float32 float64 -- cgit v1.2.3