Filing a bug? Have you already tried updating `vim-elixir`? (yes) For indentation/highlighting bugs, please use the following template: # Actual ```ex if 1 == 1 do quote do IO.puts "hi" end end ``` # Expected ```ex if 1 ==1 do quote do IO.puts "hi" end end ```