rc/filetype/go: uintptr type missing syntax highlighting

This commit is contained in:
Ameer Ghani 2022-04-04 23:14:31 -04:00
parent 293a02bfa0
commit f29ff7e3c6
No known key found for this signature in database
GPG Key ID: EDAE77B8888C968E

View File

@ -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'