1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-23 17:47:35 +02:00
git/t/t4018/elixir-function
Łukasz Niemier a807200f67 userdiff: add Elixir to supported userdiff languages
Adds support for xfuncref in Elixir[1] language which is Ruby-like
language that runs on Erlang[3] Virtual Machine (BEAM).

[1]: https://elixir-lang.org
[2]: https://www.erlang.org

Signed-off-by: Łukasz Niemier <lukasz@niemier.pl>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2019-11-10 15:26:26 +09:00

6 lines
67 B
Plaintext

def function(RIGHT, arg) do
# comment
# comment
ChangeMe
end