Skip to content

Wrong smart insertion pair ")" in Let expresssion #38

@joseferminj

Description

@joseferminj

Writing the following "let" expression
(let* [get-record |]))
after introducing a '(' in the editor, the closed parenthese is added in the wrong place.
(let* [get-record (|]))
It should be
(let* [get-record (|)])

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions