aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/erlang.el
diff options
context:
space:
mode:
authorPaul Oliver <[email protected]>2013-10-10 20:25:30 +0200
committerPaul Oliver <[email protected]>2013-10-10 20:25:30 +0200
commit9464f00442433ec6165ff9b69858b86a8f7db832 (patch)
treeaded4f3bf77889e66694c29d4443945902ab6920 /lib/tools/emacs/erlang.el
parent02743d4f8df0ddb6ef7f9dc93097e5f62655483b (diff)
downloadotp-9464f00442433ec6165ff9b69858b86a8f7db832.tar.gz
otp-9464f00442433ec6165ff9b69858b86a8f7db832.tar.bz2
otp-9464f00442433ec6165ff9b69858b86a8f7db832.zip
Add iodata, nonempty_string to built-in type highlighting for emacs
These built-in types were missing from emacs highlighting
Diffstat (limited to 'lib/tools/emacs/erlang.el')
-rw-r--r--lib/tools/emacs/erlang.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el
index 624042204c..d459239c38 100644
--- a/lib/tools/emacs/erlang.el
+++ b/lib/tools/emacs/erlang.el
@@ -697,6 +697,7 @@ resulting regexp is surrounded by \\_< and \\_>."
"char"
"cons"
"deep_string"
+ "iodata"
"iolist"
"maybe_improper_list"
"module"
@@ -708,6 +709,7 @@ resulting regexp is surrounded by \\_< and \\_>."
"nonempty_list"
"nonempty_improper_list"
"nonempty_maybe_improper_list"
+ "nonempty_string"
"no_return"
"pos_integer"
"string"