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-do-not-pick-end | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/t4018/elixir-do-not-pick-end (limited to 't/t4018/elixir-do-not-pick-end') diff --git a/t/t4018/elixir-do-not-pick-end b/t/t4018/elixir-do-not-pick-end new file mode 100644 index 0000000000..fae08ba7e8 --- /dev/null +++ b/t/t4018/elixir-do-not-pick-end @@ -0,0 +1,5 @@ +defmodule RIGHT do +end +# +# +# ChangeMe; do not pick up 'end' line -- cgit v1.2.3