summaryrefslogtreecommitdiff
path: root/support/highlight/langDefs/erl.lang
blob: 50771d788f79d9378d75a18e697de6cced63b491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Erlang language definition file
#
# Author: Andre Simon
#   Mail: andre.simon1@gmx.de
#   Date: 08.02.04
# Update: 08.10.2008
# ------------------------------------------
# This file is a part of highlight, a free source code converter released under the GPL.
#
# The file is used to describe keywords and special symbols of programming languages.
# See README in the highlight directory for details.
#
# New definition files for future releases of highlight are always appreciated ;)
#
# ----------
# andre.simon1@gmx.de
# http:/www.andre-simon.de/

$DESCRIPTION=Erlang

$KEYWORDS(kwa)=after begin case catch cond end fun if let of query receive when

$KEYWORDS(kwb)=abs alive apply atom_to_list binary_to_list binary_to_term concat_binary date disconnect_node element
erase exit float float_to_list get get_keys group_leader halt hd integer_to_list is_alive length link list_to_atom
list_to_binary list_to_float list_to_integer list_to_pid list_to_tuple load_module make_ref monitor_node node nodes
now open_port pid_to_list process_flag process_info process put register registered round self setelement size spawn
spawn_link split_binary statistics term_to_binary throw time tl trunc tuple_to_list unlink unregister whereis
atom binary constant function integer list number pid ports port_close port_info reference record
check_process_code delete_module get_cookie hash math module_loaded preloaded processes purge_module set_cookie set_node
acos asin atan atan2 cos cosh exp log log10 pi pow power sin sinh sqrt tan tanh

$KEYWORDS(kwc)=regex((\w+):)
$KEYWORDS(kwd)=regex((\w+)\s*\()

$STRINGDELIMITERS=" '

$SL_COMMENT=%

$IGNORECASE=false

$ESCCHAR=regex(\\\d{3}|\\x\p{XDigit}{2}|\\[ntvbrfa\\\?'"])

$SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * + - .