mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
added highlighting for standard errors
This commit is contained in:
parent
4b7c0974b2
commit
04af9f47b3
21
erlang.jsf
21
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
|
||||
|
Loading…
Reference in New Issue
Block a user