• Rui Ueyama's avatar
    misc/emacs: do not highlight built-in function if not followed by '(' · 5f5e280e
    Rui Ueyama authored
    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
    5f5e280e
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...