mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 17:02:06 +03:00
0f49e7375e
fixup! Add auto-inserting of "end" keyword to Elixir
11 lines
61 B
Plaintext
11 lines
61 B
Plaintext
test do
|
|
f()
|
|
end
|
|
|
|
def f1() do
|
|
1
|
|
end
|
|
|
|
def f2(), do: 2
|
|
|