]> Cypherpunks repositories - gostls13.git/commitdiff
misc/bbedit: support append, other builtins
authorAnthony Starks <ajstarks@gmail.com>
Sat, 30 Oct 2010 11:15:59 +0000 (22:15 +1100)
committerAndrew Gerrand <adg@golang.org>
Sat, 30 Oct 2010 11:15:59 +0000 (22:15 +1100)
R=golang-dev, PeterGo, adg
CC=golang-dev
https://golang.org/cl/2791042

misc/bbedit/Go.plist

index 71bb9bc5e87eba503d71c88de704696140b82c2a..39c8f0dc30e088632392c9c457cd60e6b096a01b 100755 (executable)
@@ -6,15 +6,22 @@
        BBLMColorsSyntax = YES;
        BBLMIsCaseSensitive = YES;
        BBLMKeywordList = (
+               append,
                bool,
                break,
                byte,
                cap,
                case,         
                chan,
+               close,
+               closed,
                cmplx,
+               complex,
+               complex128,
+               complex64,
                const,
                continue,
+               copy,
                default,      
                defer,
                else,
                new,
                nil,
                package,
+               panic,
+               print,
+               println,
                range,
                real,
+               recover,
                return,
                select,
                string,