added highlighting for standard errors

This commit is contained in:
Jonas Rosling 2012-07-22 22:40:56 +01:00
parent 4b7c0974b2
commit 04af9f47b3
1 changed files with 21 additions and 0 deletions

View File

@ -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