From 23f541aa54a1835ba7c851e476f3bc040cd9c103 Mon Sep 17 00:00:00 2001 From: Anthony Starks Date: Mon, 14 Nov 2011 11:18:00 -0800 Subject: [PATCH] misc/bbedit: error and rune support R=golang-dev, gri CC=golang-dev https://golang.org/cl/5369057 --- misc/bbedit/Go.plist | 2 ++ 1 file changed, 2 insertions(+) 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,