aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Shaw <chickencha@gmail.com>2010-10-30 21:25:19 -0700
committerRobert Griesemer <gri@golang.org>2010-10-30 21:25:19 -0700
commitf62772b1e53315685b6e3c3fc7bd07b16c67113b (patch)
tree907d2671b71e691fd969d1b0c347b7d8f2c62b85
parent5bf420f0c894fac193f50af990675012480c8677 (diff)
downloadgo-f62772b1e53315685b6e3c3fc7bd07b16c67113b.tar.gz
go-f62772b1e53315685b6e3c3fc7bd07b16c67113b.zip
kate: update for append
R=golang-dev, PeterGo, gri CC=golang-dev https://golang.org/cl/2710044
-rw-r--r--misc/kate/go.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/kate/go.xml b/misc/kate/go.xml
index e8728fd847..3a5c39c949 100644
--- a/misc/kate/go.xml
+++ b/misc/kate/go.xml
@@ -42,6 +42,7 @@
<item> bool </item>
<item> byte </item>
<item> chan </item>
+ <item> complex </item>
<item> complex64 </item>
<item> complex128 </item>
<item> float </item>
@@ -62,6 +63,7 @@
<item> uint64 </item>
</list>
<list name="functions">
+ <item> append </item>
<item> cap </item>
<item> close </item>
<item> closed </item>