1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-18 17:02:06 +03:00
kakoune/test/indent/elixir/do-keyword/out
Dmitry Matveyev 0f49e7375e Add auto-inserting of "end" keyword to Elixir
fixup! Add auto-inserting of "end" keyword to Elixir
2021-06-06 01:32:53 +06:00

11 lines
61 B
Plaintext

test do
f()
end
def f1() do
1
end
def f2(), do: 2