From a21962095260ac4347c00fa381592d0ab300c19c Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 29 Jul 2016 20:27:43 -0300 Subject: [PATCH] eo-mode.el: add @nonull and void_ptr. these were not in the wiki (also fixed), thus I've missed them. --- data/eo/eo-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/eo/eo-mode.el b/data/eo/eo-mode.el index 5f53aeccc5..f455711ed7 100644 --- a/data/eo/eo-mode.el +++ b/data/eo/eo-mode.el @@ -148,6 +148,7 @@ "\\s-*:[^@]+*\\(\\(\\s-+@" (regexp-opt '( + "nonull" "nullable" "optional" ) t) @@ -337,6 +338,7 @@ "double" "bool" "void" + "void_ptr" ) t) "\\>" )