mirror of
https://github.com/golang/go
synced 2024-11-21 16:04:45 -07:00
misc/bbedit: support append, other builtins
R=golang-dev, PeterGo, adg CC=golang-dev https://golang.org/cl/2791042
This commit is contained in:
parent
0451cd1950
commit
edaeb88bd5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user