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