From 04af9f47b39c1159d663c4eafd85dd4e387b57c6 Mon Sep 17 00:00:00 2001 From: Jonas Rosling Date: Sun, 22 Jul 2012 22:40:56 +0100 Subject: [PATCH] added highlighting for standard errors --- erlang.jsf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/erlang.jsf b/erlang.jsf index 81822db..a9b58fd 100644 --- a/erlang.jsf +++ b/erlang.jsf @@ -171,6 +171,11 @@ done "-behaviour" attribute "-record" attribute "-on_load" attribute + "-connect_all" attribute + "-hidden" attribute + "-name" attribute + "-setcookie" attribute + "-sname" attribute done "a-z_" maybe_attribute @@ -195,6 +200,9 @@ done :guard Guard * idle noeat +:rterr Guard + * idle noeat + :bif Bif * idle recolormark noeat " " bif @@ -234,6 +242,19 @@ done "try" kw "when" kw "xor" kw + "badarg" rterr + "badarith" rterr + "badmatch" rterr + "function_clause" rterr + "if_clause" rterr + "try_clause" rterr + "undef" rterr + "badfun" rterr + "badarity" rterr + "timeout_value" rterr + "noproc" rterr + "nocatch" rterr + "system_limit" rterr "is_atom" guard "is_binary" guard "is_bitstream" guard