mirror of
https://github.com/golang/go
synced 2024-11-21 21:24: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;
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user