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,
case,
chan,
cmplx,
const,
continue,
default,
@ -28,6 +29,7 @@
goto,
if,
iota,
imag,
import,
int,
int16,
@ -42,6 +44,7 @@
nil,
package,
range,
real,
return,
select,
string,