Go: fix highlighting of non-reserved keywords (atoms)
Author: madelinekalilCreated Feb 2, 2026Updated Feb 2, 2026
Words in this list are highlighted as special keywords regardless of context. For example, it is valid in Go to create a variable called "new". It should only receive special highlighting when used as the builtin function new(expr), and should be treated as a variable otherwise.
Source: codemirror/codemirror5