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>
This commit is contained in:
committed by
Junio C Hamano
parent
da72936f54
commit
a807200f67
9
t/t4018/elixir-nested-module
Normal file
9
t/t4018/elixir-nested-module
Normal file
@ -0,0 +1,9 @@
|
||||
defmodule MyApp.RIGHT do
|
||||
@moduledoc """
|
||||
Foo bar
|
||||
"""
|
||||
|
||||
def ChangeMe(a) where is_map(a) do
|
||||
a
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user