mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
misc/vim: Add rune keyword
According to adding rune type R=adg, dsymonds CC=golang-dev https://golang.org/cl/5319048
This commit is contained in:
parent
6323a40f31
commit
0d8fb375ed
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ hi def link goRepeat Repeat
|
|||
|
||||
" Predefined types
|
||||
syn keyword goType chan map bool string
|
||||
syn keyword goSignedInts int int8 int16 int32 int64
|
||||
syn keyword goSignedInts int int8 int16 int32 int64 rune
|
||||
syn keyword goUnsignedInts byte uint uint8 uint16 uint32 uint64 uintptr
|
||||
syn keyword goFloats float32 float64
|
||||
syn keyword goComplexes complex64 complex128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue