From f29ff7e3c642fc38de659ec5535fa00bbe74323f Mon Sep 17 00:00:00 2001 From: Ameer Ghani Date: Mon, 4 Apr 2022 23:14:31 -0400 Subject: [PATCH] rc/filetype/go: uintptr type missing syntax highlighting --- rc/filetype/go.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/go.kak b/rc/filetype/go.kak index 8e091f64..c993c889 100644 --- a/rc/filetype/go.kak +++ b/rc/filetype/go.kak @@ -57,7 +57,7 @@ evaluate-commands %sh{ chan else goto package switch const fallthrough if range type continue for import return var' types='any bool byte chan comparable complex128 complex64 error float32 float64 int int16 int32 - int64 int8 interface intptr map rune string struct uint uint16 uint32 uint64 uint8' + int64 int8 interface intptr map rune string struct uint uint16 uint32 uint64 uint8 uintptr' values='false true nil iota' functions='append cap close complex copy delete imag len make new panic print println real recover'