Skip to content

Commit

Permalink
misc/emacs: add delete builtin
Browse files Browse the repository at this point in the history
R=golang-dev, mpimenov, gri
CC=golang-dev
https://golang.org/cl/5370101
  • Loading branch information
bpowers authored and griesemer committed Nov 15, 2011
1 parent a3fb1ae commit cb85e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/emacs/go-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
some syntax analysis.")

(defvar go-mode-font-lock-keywords
(let ((builtins '("append" "cap" "close" "complex" "copy" "imag" "len"
(let ((builtins '("append" "cap" "close" "complex" "copy" "delete" "imag" "len"
"make" "new" "panic" "print" "println" "real" "recover"))
(constants '("nil" "true" "false" "iota"))
(type-name "\\s *\\(?:[*(]\\s *\\)*\\(?:\\w+\\s *\\.\\s *\\)?\\(\\w+\\)")
Expand Down

0 comments on commit cb85e8a

Please sign in to comment.