aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Starks <ajstarks@gmail.com>2010-10-30 22:15:59 +1100
committerAndrew Gerrand <adg@golang.org>2010-10-30 22:15:59 +1100
commitedaeb88bd5f0efbac24acc73c18924257b336d1c (patch)
tree7ad3272588d68a5fda0e26fed0c8084becca280a
parent0451cd195098a5504840723614fda29e729fac75 (diff)
downloadgo-edaeb88bd5f0efbac24acc73c18924257b336d1c.tar.gz
go-edaeb88bd5f0efbac24acc73c18924257b336d1c.zip
misc/bbedit: support append, other builtins
R=golang-dev, PeterGo, adg CC=golang-dev https://golang.org/cl/2791042
-rwxr-xr-xmisc/bbedit/Go.plist11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/bbedit/Go.plist b/misc/bbedit/Go.plist
index 71bb9bc5e8..39c8f0dc30 100755
--- a/misc/bbedit/Go.plist
+++ b/misc/bbedit/Go.plist
@@ -6,15 +6,22 @@
BBLMColorsSyntax = YES;
BBLMIsCaseSensitive = YES;
BBLMKeywordList = (
+ append,
bool,
break,
byte,
cap,
case,
chan,
+ close,
+ closed,
cmplx,
+ complex,
+ complex128,
+ complex64,
const,
continue,
+ copy,
default,
defer,
else,
@@ -43,8 +50,12 @@
new,
nil,
package,
+ panic,
+ print,
+ println,
range,
real,
+ recover,
return,
select,
string,