From a807200f67588f6e30a7b6ac4a3ad97ad176ccc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Niemier?= Date: Fri, 8 Nov 2019 22:38:24 +0100 Subject: userdiff: add Elixir to supported userdiff languages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Johannes Sixt Signed-off-by: Junio C Hamano --- t/t4018/elixir-protocol | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 t/t4018/elixir-protocol (limited to 't/t4018/elixir-protocol') diff --git a/t/t4018/elixir-protocol b/t/t4018/elixir-protocol new file mode 100644 index 0000000000..7d9173691e --- /dev/null +++ b/t/t4018/elixir-protocol @@ -0,0 +1,6 @@ +defprotocol RIGHT do + @doc """ + Calculates the size (and not the length!) of a data structure + """ + def size(data, ChangeMe) +end -- cgit v1.2.3