Skip to content

Indentation: quote inside if #502

Closed
@goto-engineering

Description

@goto-engineering

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

Actual

if 1 == 1 do
  quote do
  IO.puts "hi"
end
end

Expected

if 1 ==1 do
  quote do
    IO.puts "hi"
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions