Commit 42ec02be authored by David Symonds's avatar David Symonds Committed by Russ Cox

Add 'copy' as a Go builtin function for Vim syntax highlighter spec.

R=rsc
https://golang.org/cl/163049
parent ceb1fe28
......@@ -83,7 +83,7 @@ syn match goType /\<func\>/
syn match goDeclaration /^func\>/
" 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
hi def link goBuiltins Keyword
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment