misc/vim: add highlighting for delete

R=golang-dev, n13m3y3r
CC=golang-dev
https://golang.org/cl/5303050
This commit is contained in:
Dave Cheney 2011-10-19 18:30:06 -02:00 committed by Gustavo Niemeyer
parent 526d0818cc
commit 57d07e32d8

View file

@ -85,7 +85,7 @@ syn match goType /\<func\>/
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