Commit 354679d9 authored by Anthony Starks's avatar Anthony Starks Committed by Russ Cox

misc/bbedit: support for cmplx, real, imag

R=rsc
CC=golang-dev
https://golang.org/cl/582041
parent 899e2e6e
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment