From: Anthony Starks Date: Sat, 30 Oct 2010 11:15:59 +0000 (+1100) Subject: misc/bbedit: support append, other builtins X-Git-Tag: weekly.2010-11-02~31 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=edaeb88bd5f0efbac24acc73c18924257b336d1c;p=gostls13.git misc/bbedit: support append, other builtins R=golang-dev, PeterGo, adg CC=golang-dev https://golang.org/cl/2791042 --- 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,