mirror of
https://github.com/golang/go
synced 2024-11-21 15:34:45 -07:00
misc/vim: update list of builtins.
R=adg CC=golang-dev https://golang.org/cl/2807041
This commit is contained in:
parent
c490bb6f81
commit
0451cd1950
@ -85,8 +85,8 @@ syn match goType /\<func\>/
|
||||
syn match goDeclaration /^func\>/
|
||||
|
||||
" Predefined functions and values
|
||||
syn keyword goBuiltins cap close closed cmplx copy imag len make
|
||||
syn keyword goBuiltins new panic panicln print println real
|
||||
syn keyword goBuiltins append cap close closed cmplx copy imag len
|
||||
syn keyword goBuiltins make new panic print println real recover
|
||||
syn keyword goConstants iota true false nil
|
||||
|
||||
hi def link goBuiltins Keyword
|
||||
|
Loading…
Reference in New Issue
Block a user