Open
Description
Filing a bug? Have you already tried updating vim-elixir
? (yes I have) For indentation/highlighting bugs, please use the following template:
Actual
if 1 == 1 do
case 2 == 2 do
1 -> "hi"
_ -> "ho"
end
"yes"
else
"no"
end
Expected
if 1 == 1 do
case 2 == 2 do
1 -> "hi"
_ -> "ho"
end
"yes"
else
"no"
end