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
|
"-behaviour" attribute
|
||||||
"-record" attribute
|
"-record" attribute
|
||||||
"-on_load" attribute
|
"-on_load" attribute
|
||||||
|
"-connect_all" attribute
|
||||||
|
"-hidden" attribute
|
||||||
|
"-name" attribute
|
||||||
|
"-setcookie" attribute
|
||||||
|
"-sname" attribute
|
||||||
done
|
done
|
||||||
"a-z_" maybe_attribute
|
"a-z_" maybe_attribute
|
||||||
|
|
||||||
@ -195,6 +200,9 @@ done
|
|||||||
:guard Guard
|
:guard Guard
|
||||||
* idle noeat
|
* idle noeat
|
||||||
|
|
||||||
|
:rterr Guard
|
||||||
|
* idle noeat
|
||||||
|
|
||||||
:bif Bif
|
:bif Bif
|
||||||
* idle recolormark noeat
|
* idle recolormark noeat
|
||||||
" " bif
|
" " bif
|
||||||
@ -234,6 +242,19 @@ done
|
|||||||
"try" kw
|
"try" kw
|
||||||
"when" kw
|
"when" kw
|
||||||
"xor" 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_atom" guard
|
||||||
"is_binary" guard
|
"is_binary" guard
|
||||||
"is_bitstream" guard
|
"is_bitstream" guard
|
||||||
|
Loading…
Reference in New Issue
Block a user