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

False positive errors on field names starting with underscores  #89

@ivan-kleshnin

Description

@ivan-kleshnin

The following queries have valid syntax but are highlighted as invalid:

MATCH (f:Foo)
WHERE f._type = $type
//      ^ <function name> or <symbolic name string> expected, got '_'
MATCH (f:Foo)
WHERE f.type = $data._type
//                   ^ <function name> or <symbolic name string> expected, got '_'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions