misc/bbedit: support append, other builtins

R=golang-dev, PeterGo, adg
CC=golang-dev
https://golang.org/cl/2791042
This commit is contained in:
Anthony Starks 2010-10-30 22:15:59 +11:00 committed by Andrew Gerrand
parent 0451cd1950
commit edaeb88bd5

View file

@ -6,15 +6,22 @@
BBLMColorsSyntax = YES; BBLMColorsSyntax = YES;
BBLMIsCaseSensitive = YES; BBLMIsCaseSensitive = YES;
BBLMKeywordList = ( BBLMKeywordList = (
append,
bool, bool,
break, break,
byte, byte,
cap, cap,
case, case,
chan, chan,
close,
closed,
cmplx, cmplx,
complex,
complex128,
complex64,
const, const,
continue, continue,
copy,
default, default,
defer, defer,
else, else,
@ -43,8 +50,12 @@
new, new,
nil, nil,
package, package,
panic,
print,
println,
range, range,
real, real,
recover,
return, return,
select, select,
string, string,