Commit edaeb88b authored by Anthony Starks's avatar Anthony Starks Committed by Andrew Gerrand

misc/bbedit: support append, other builtins

R=golang-dev, PeterGo, adg
CC=golang-dev
https://golang.org/cl/2791042
parent 0451cd19
...@@ -6,15 +6,22 @@ ...@@ -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 @@ ...@@ -43,8 +50,12 @@
new, new,
nil, nil,
package, package,
panic,
print,
println,
range, range,
real, real,
recover,
return, return,
select, select,
string, string,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment