Skip to content

Incorrect parsing for interpolation within single quotes #135

@stone-w4tch3r

Description

@stone-w4tch3r

Consider this code:

#.env
TEST_VAR='test'
TEST_VAR2='${TEST_VAR}'

Plugin does not highlight second variable's value as interpolated.
image

But docker compose correctly interpolates it, and TEST_VAR2 will have "test" value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions