Commit 23f541aa authored by Anthony Starks's avatar Anthony Starks Committed by Robert Griesemer

misc/bbedit: error and rune support

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5369057
parent 39b25576
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
default, default,
defer, defer,
else, else,
error,
fallthrough, fallthrough,
false, false,
float32, float32,
...@@ -54,6 +55,7 @@ ...@@ -54,6 +55,7 @@
real, real,
recover, recover,
return, return,
rune,
select, select,
string, string,
struct, struct,
......
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