From 9464f00442433ec6165ff9b69858b86a8f7db832 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 10 Oct 2013 20:25:30 +0200 Subject: Add iodata, nonempty_string to built-in type highlighting for emacs These built-in types were missing from emacs highlighting --- lib/tools/emacs/erlang.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/tools/emacs/erlang.el') 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" -- cgit v1.2.3