Skip to content

Nix lexer breaks on .${var} #1800

Description

@domenkozar

Following is valid Nix syntax:

let 
  bar = "bar";
in {
  foo.${bar} = 3;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lexingarea: changes to individual lexersgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions