Skip to content

Incorrect indenting of try … else … end #458

Closed
@hauleth

Description

@hauleth

Filing a bug? Have you already tried updating vim-elixir? For indentation/highlighting bugs, please use the following template:

Actual

try do
  foo()
  else
  value -> value
end

Expected

try do
  foo()
else
  value -> value
end

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