Commit 57d07e32 authored by Dave Cheney's avatar Dave Cheney Committed by Gustavo Niemeyer

misc/vim: add highlighting for delete

R=golang-dev, n13m3y3r
CC=golang-dev
https://golang.org/cl/5303050
parent 526d0818
...@@ -85,7 +85,7 @@ syn match goType /\<func\>/ ...@@ -85,7 +85,7 @@ syn match goType /\<func\>/
syn match goDeclaration /^func\>/ syn match goDeclaration /^func\>/
" Predefined functions and values " 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 goBuiltins make new panic print println real recover
syn keyword goConstants iota true false nil syn keyword goConstants iota true false nil
......
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