aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-02-06 14:52:19 +0100
committerLukas Larsson <[email protected]>2014-02-06 14:52:19 +0100
commitcea7cd72e0274d4ea3eb4b15ae5c922e8b4fd781 (patch)
tree85fddc15fa1c0acc9170e293f753fe5564d30300 /lib/tools/emacs
parent30634c48a18f1b79d27083418ac44b90fd68c437 (diff)
downloadotp-cea7cd72e0274d4ea3eb4b15ae5c922e8b4fd781.tar.gz
otp-cea7cd72e0274d4ea3eb4b15ae5c922e8b4fd781.tar.bz2
otp-cea7cd72e0274d4ea3eb4b15ae5c922e8b4fd781.zip
tools: Update emacs mode with map highlights
Diffstat (limited to 'lib/tools/emacs')
-rw-r--r--lib/tools/emacs/erlang.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el
index 3a868f1300..f007f780eb 100644
--- a/lib/tools/emacs/erlang.el
+++ b/lib/tools/emacs/erlang.el
@@ -664,6 +664,7 @@ resulting regexp is surrounded by \\_< and \\_>."
"is_function"
"is_integer"
"is_list"
+ "is_map"
"is_number"
"is_pid"
"is_port"
@@ -715,7 +716,8 @@ resulting regexp is surrounded by \\_< and \\_>."
"pos_integer"
"string"
"term"
- "timeout")
+ "timeout"
+ "map")
"Erlang type specs types"))
(eval-and-compile
@@ -772,6 +774,7 @@ resulting regexp is surrounded by \\_< and \\_>."
"is_function"
"is_integer"
"is_list"
+ "is_map"
"is_number"
"is_pid"
"is_port"
@@ -791,6 +794,7 @@ resulting regexp is surrounded by \\_< and \\_>."
"list_to_tuple"
"load_module"
"make_ref"
+ "map_size"
"max"
"min"
"module_loaded"