mirror of
https://github.com/golang/go
synced 2024-11-21 21:24:45 -07:00
misc/vim: add highlighting for delete
R=golang-dev, n13m3y3r CC=golang-dev https://golang.org/cl/5303050
This commit is contained in:
parent
526d0818cc
commit
57d07e32d8
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user