From 9fd5e67846e7b30f2e364b31b47e36da458ca1dc Mon Sep 17 00:00:00 2001 From: Jonas Rosling Date: Sun, 22 Jul 2012 22:52:55 +0100 Subject: [PATCH] fixed some obvious missing cases --- erlang.jsf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erlang.jsf b/erlang.jsf index a9b58fd..0aab524 100644 --- a/erlang.jsf +++ b/erlang.jsf @@ -169,6 +169,7 @@ done "-include_lib" attribute "-vsn" attribute "-behaviour" attribute + "-behavior" attribute "-record" attribute "-on_load" attribute "-connect_all" attribute @@ -246,6 +247,7 @@ done "badarith" rterr "badmatch" rterr "function_clause" rterr + "case_clause" rterr "if_clause" rterr "try_clause" rterr "undef" rterr