diff options
author | Paul Oliver <[email protected]> | 2013-10-10 20:25:30 +0200 |
---|---|---|
committer | Paul Oliver <[email protected]> | 2013-10-10 20:25:30 +0200 |
commit | 9464f00442433ec6165ff9b69858b86a8f7db832 (patch) | |
tree | aded4f3bf77889e66694c29d4443945902ab6920 | |
parent | 02743d4f8df0ddb6ef7f9dc93097e5f62655483b (diff) | |
download | otp-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
-rw-r--r-- | lib/tools/emacs/erlang.el | 2 |
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" |