From: Anthony Starks Date: Mon, 14 Nov 2011 19:18:00 +0000 (-0800) Subject: misc/bbedit: error and rune support X-Git-Tag: weekly.2011-11-18~69 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=23f541aa54a1835ba7c851e476f3bc040cd9c103;p=gostls13.git misc/bbedit: error and rune support R=golang-dev, gri CC=golang-dev https://golang.org/cl/5369057 --- diff --git a/misc/bbedit/Go.plist b/misc/bbedit/Go.plist index 45535350aa..791f93d16c 100755 --- a/misc/bbedit/Go.plist +++ b/misc/bbedit/Go.plist @@ -23,6 +23,7 @@ default, defer, else, + error, fallthrough, false, float32, @@ -54,6 +55,7 @@ real, recover, return, + rune, select, string, struct,