From: Dave Cheney Date: Wed, 19 Oct 2011 20:30:06 +0000 (-0200) Subject: misc/vim: add highlighting for delete X-Git-Tag: weekly.2011-10-25~25 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=57d07e32d82e1ea0f8edd7fba95bd192cb5f539e;p=gostls13.git misc/vim: add highlighting for delete R=golang-dev, n13m3y3r CC=golang-dev https://golang.org/cl/5303050 --- diff --git a/misc/vim/syntax/go.vim b/misc/vim/syntax/go.vim index 26d7defe36..7ede9d59e1 100644 --- a/misc/vim/syntax/go.vim +++ b/misc/vim/syntax/go.vim @@ -85,7 +85,7 @@ syn match goType /\/ syn match goDeclaration /^func\>/ " Predefined functions and values -syn keyword goBuiltins append cap close complex copy imag len +syn keyword goBuiltins append cap close complex copy delete imag len syn keyword goBuiltins make new panic print println real recover syn keyword goConstants iota true false nil