Skip to content

The match-statement-seeker in elixir-smie-next-token does not work quite right #67

@mattdeboard

Description

@mattdeboard

It does not issue "MATCH-STATEMENT-DELIMITER" tokens at all in its current state for pattern matching statements separated by blank lines. However, if I change this line:

(not (or (string= "\n" token) (string= ";" token))))

to this:

(not (string= ";" token)))

it emits the tokens fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions