1
0
mirror of https://github.com/golang/go synced 2024-11-24 08:50:14 -07:00

misc/bbedit: support for cmplx, real, imag

R=rsc
CC=golang-dev
https://golang.org/cl/582041
This commit is contained in:
Anthony Starks 2010-03-16 13:26:34 -07:00 committed by Russ Cox
parent 899e2e6e0c
commit 354679d910

View File

@ -12,6 +12,7 @@
cap, cap,
case, case,
chan, chan,
cmplx,
const, const,
continue, continue,
default, default,
@ -28,6 +29,7 @@
goto, goto,
if, if,
iota, iota,
imag,
import, import,
int, int,
int16, int16,
@ -42,6 +44,7 @@
nil, nil,
package, package,
range, range,
real,
return, return,
select, select,
string, string,