summaryrefslogtreecommitdiff
path: root/data/eo
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>2016-07-29 20:27:43 -0300
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>2016-07-29 20:27:43 -0300
commita21962095260ac4347c00fa381592d0ab300c19c (patch)
treed098a80534aa542a21b64856a2029d17be24cc98 /data/eo
parent67246cddcb8559d47d18134b7eb3468046846fd5 (diff)
downloadefl-a21962095260ac4347c00fa381592d0ab300c19c.tar.gz
eo-mode.el: add @nonull and void_ptr.
these were not in the wiki (also fixed), thus I've missed them.
Diffstat (limited to 'data/eo')
-rw-r--r--data/eo/eo-mode.el2
1 files changed, 2 insertions, 0 deletions
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)
"\\>"
)