Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Go: fix highlighting of non-reserved keywords (atoms) #7153

Description

@madelinekalil

var atoms = {

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions