mirror of
https://github.com/golang/go
synced 2024-11-21 19:04:44 -07:00
Add 'copy' as a Go builtin function for Vim syntax highlighter spec.
R=rsc https://golang.org/cl/163049
This commit is contained in:
parent
ceb1fe2863
commit
42ec02be36
@ -83,7 +83,7 @@ syn match goType /\<func\>/
|
|||||||
syn match goDeclaration /^func\>/
|
syn match goDeclaration /^func\>/
|
||||||
|
|
||||||
" Predefined functions and values
|
" Predefined functions and values
|
||||||
syn keyword goBuiltins cap close closed convert len make new panic panicln print println
|
syn keyword goBuiltins cap close closed convert copy len make new panic panicln print println
|
||||||
syn keyword goConstants iota true false nil
|
syn keyword goConstants iota true false nil
|
||||||
|
|
||||||
hi def link goBuiltins Keyword
|
hi def link goBuiltins Keyword
|
||||||
|
Loading…
Reference in New Issue
Block a user