mirror of
https://github.com/golang/go
synced 2024-11-12 08:20:22 -07:00
5f5e280e14
Name of built-in function is not reserved word in Go, and you can use it as variable name. "new" is often used as local variable, for instance. This patch is to apply font-lock-builtin-face only when built-in function name is followed by '(', so that it doesn't highlight non-function variable that happen to have the same name as built-in function. LGTM=dominik.honnef R=golang-codereviews, dominik.honnef, adonovan CC=golang-codereviews https://golang.org/cl/79260043 |
||
---|---|---|
.. | ||
go-mode-load.el | ||
go-mode.el |