Skip to content

Don't treat newlines as ; within (...), table, list, and "..." #487

@CoffeeTableEspresso

Description

@CoffeeTableEspresso

The following should all work:

echo {
    1: 'one'
}

echo [
    1,
    2
]

echo (
    'saddsada'
)

echo "the value is #{
    value
}"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions