mirror of
https://github.com/golang/go
synced 2024-11-24 08:40: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:
parent
899e2e6e0c
commit
354679d910
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user