We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166dfb1 commit f21347aCopy full SHA for f21347a
go-mode.el
@@ -97,9 +97,10 @@ constant is changed.")
97
(defconst go--case-or-default-regexp (concat "\\(" go--case-regexp "\\|" "[[:space:]]*default:\\)"))
98
99
(defconst go-builtins
100
- '("append" "cap" "close" "complex" "copy"
101
- "delete" "imag" "len" "make" "new"
102
- "panic" "print" "println" "real" "recover")
+ '("append" "cap" "clear" "close" "complex"
+ "copy" "delete" "imag" "len" "make"
+ "max" "min" "new" "panic" "print"
103
+ "println" "real" "recover")
104
"All built-in functions in the Go language. Used for font locking.")
105
106
(defconst go-mode-keywords
0 commit comments