mirror of
https://github.com/golang/go
synced 2024-11-21 15:14:43 -07:00
misc/emacs: add delete builtin
R=golang-dev, mpimenov, gri CC=golang-dev https://golang.org/cl/5370101
This commit is contained in:
parent
a3fb1aec6b
commit
cb85e8ac27
@ -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+\\)")
|
||||
|
Loading…
Reference in New Issue
Block a user