eo-mode.el: add @nonull and void_ptr.

these were not in the wiki (also fixed), thus I've missed them.
This commit is contained in:
Gustavo Sverzut Barbieri 2016-07-29 20:27:43 -03:00
parent 67246cddcb
commit a219620952
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,7 @@
"\\s-*:[^@]+*\\(\\(\\s-+@"
(regexp-opt
'(
"nonull"
"nullable"
"optional"
) t)
@ -337,6 +338,7 @@
"double"
"bool"
"void"
"void_ptr"
) t)
"\\>"
)