Merge remote-tracking branch 'inahga/inahga-update-go-highlighting'

This commit is contained in:
Maxime Coste 2022-04-11 19:54:48 +10:00
commit 3c0ca3e6ae

View File

@ -56,8 +56,8 @@ evaluate-commands %sh{
keywords='break default func interface select case defer go map struct keywords='break default func interface select case defer go map struct
chan else goto package switch const fallthrough if range type chan else goto package switch const fallthrough if range type
continue for import return var' continue for import return var'
types='bool byte chan complex128 complex64 error float32 float64 int int16 int32 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' values='false true nil iota'
functions='append cap close complex copy delete imag len make new panic print println real recover' functions='append cap close complex copy delete imag len make new panic print println real recover'