]> Cypherpunks repositories - gostls13.git/commitdiff
misc/bbedit: support for cmplx, real, imag
authorAnthony Starks <ajstarks@gmail.com>
Tue, 16 Mar 2010 20:26:34 +0000 (13:26 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 16 Mar 2010 20:26:34 +0000 (13:26 -0700)
R=rsc
CC=golang-dev
https://golang.org/cl/582041

misc/bbedit/Go.plist

index d7b05ca21c4f3363aadf5979f41d9f8d047c6cca..71bb9bc5e87eba503d71c88de704696140b82c2a 100755 (executable)
@@ -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,