joe-syntax/erlang.jsf

184 lines
2.7 KiB
Plaintext
Raw Normal View History

# JOE syntax highlight file for Erlang
=Idle
2012-07-03 14:48:49 +02:00
=Comment fg_030
=String fg_110
2012-07-09 09:49:38 +02:00
=String_mod fg_200 bold
=String_esc fg_000 bold
2012-07-03 14:48:49 +02:00
=Int fg_033
=Record fg_530
2012-07-10 16:32:40 +02:00
=Recatt
2012-07-03 14:48:49 +02:00
=Fun fg_115
=Module fg_101
=Keyword bold
2012-07-21 10:38:16 +02:00
=Brace fg_505
2012-07-03 14:48:49 +02:00
=Brack fg_222
=Variable fg_310
2012-07-03 14:48:49 +02:00
=Attribute fg_505
:idle Idle
* idle
2012-07-03 14:48:49 +02:00
"A-Z_" variable noeat
"%" line_comment noeat
"\"" string recolor=-1
"'" quoted_atom recolor=-1
"0-9" decimal recolor=-1
2012-07-03 14:48:49 +02:00
"[]" brack recolor=-1
"{}" brace recolor=-1
"-" maybe_attribute mark
2012-07-03 14:48:49 +02:00
"a-z" atom buffer mark noeat
"#" record recolor=-1
:line_comment Comment
* line_comment
2012-07-10 14:49:42 +02:00
"@" is_edoc noeat buffer
"\n" idle
2012-07-10 14:49:42 +02:00
:is_edoc Comment
* line_comment noeat strings
"@clear" edoc
"@docfile" edoc
"@headerfle" edoc
"@todo" edoc
"@TODO" edoc
"@type" edoc
"@reference" edoc
"@see" edoc
"@since" edoc
"@deprecated" edoc
"@hidden" edoc
"@private" edoc
"@equiv" edoc
"@throws" edoc
"@author" edoc
"@copyright" edoc
"@version" edoc
"@title" edoc
"@spec" edoc
"@doc" edoc
"@end" edoc
done
2012-07-10 15:27:35 +02:00
"A-Za-z@" is_edoc
2012-07-10 14:49:42 +02:00
:edoc Keyword
* line_comment noeat
:variable Variable
* idle noeat
2012-07-03 14:48:49 +02:00
"a-zA-Z0-9_" variable
2012-07-03 14:48:49 +02:00
:record Record
* idle noeat
"a-zA-z_" record
"." recatt recolor=-1
:recatt Recatt
* idle noeat
"a-zA-Z_" recatt
2012-07-09 09:49:38 +02:00
# STRINGS
2012-07-03 14:48:49 +02:00
:string String
* string
2012-07-03 16:02:37 +02:00
"\\" string_escape recolor=-1
"~" string_ mark
"\"" idle
2012-07-03 16:02:37 +02:00
:string_escape String_esc
2012-07-03 14:48:49 +02:00
* string
2012-07-03 16:02:37 +02:00
:string_ String
* string_mod noeat
"0-9" string_f
"t" string_mod
:string_f String
* string_mod noeat
"0-9*" string_f
"." string_p
2012-07-03 14:48:49 +02:00
2012-07-03 16:02:37 +02:00
:string_p String
* string_mod noeat
"0-9*" string_p
:string_mod String
2012-07-09 09:49:38 +02:00
* string
"cfegswpWPBX#bx+ni" string_modifier recolormark noeat
2012-07-03 16:02:37 +02:00
2012-07-09 09:49:38 +02:00
:string_modifier String_mod
2012-07-03 16:02:37 +02:00
* string
# END STRINGS
2012-07-03 14:48:49 +02:00
:decimal Int
* idle noeat
"0-9" decimal
"." float
2012-07-03 14:48:49 +02:00
:float Int
* idle noeat
"0-9" float
:brace Brace
* idle noeat
2012-07-03 14:48:49 +02:00
:brack Brack
* idle noeat
:maybe_attribute Idle
* idle noeat
2012-07-03 14:48:49 +02:00
"a-z_" maybe_attribute
"(." attribute recolormark noeat
:attribute Attribute
* idle noeat
:atom Idle
2012-07-09 09:49:38 +02:00
* no_atom noeat strings
"after" kw
"and" kw
"andalso" kw
"band" kw
"begin" kw
"bnot" kw
"bor" kw
"bsl" kw
"bsr" kw
"bxor" kw
"case" kw
"catch" kw
"cond" kw
"div" kw
"end" kw
"fun" kw
"if" kw
"let" kw
"not" kw
"of" kw
"or" kw
"orelse" kw
"query" kw
"receive" kw
"rem" kw
"try" kw
"when" kw
"xor" kw
2012-07-03 14:48:49 +02:00
done
2012-07-09 09:49:38 +02:00
"a-zA-Z0-9_@" atom
:no_atom Idle
* idle noeat
" " no_atom
2012-07-03 14:48:49 +02:00
"(" function recolormark noeat
":" module recolormark noeat
2012-07-03 14:48:49 +02:00
:module Module
* idle noeat
:function Fun
* idle noeat
:kw Keyword
* idle noeat
:quoted_atom Idle
* quoted_atom
"'" idle