jayji pushed a commit to branch master.

http://git.enlightenment.org/editors/vim-configs.git/commit/?id=d38759074e608bef156f5c416624fdd850bdc77a

commit d38759074e608bef156f5c416624fdd850bdc77a
Author: Jean Guyomarc'h <j...@guyomarch.bzh>
Date:   Sun Jun 11 20:53:50 2017 +0200

    syntax/eo: add __undefined_type keyword
---
 syntax/eo.vim | 1 +
 1 file changed, 1 insertion(+)

diff --git a/syntax/eo.vim b/syntax/eo.vim
index d3bee08..5faea7e 100644
--- a/syntax/eo.vim
+++ b/syntax/eo.vim
@@ -13,6 +13,7 @@ syn keyword    eoType int128 uint128 size ssize intptr 
uintptr ptrdiff time
 syn keyword    eoType float double ldouble bool void
 syn keyword    eoType hash string list accessor array iterator
 syn keyword    eoType generic_value stringshare promise void_ptr
+syn keyword    eoType __undefined_type
 
 syn keyword    eoClassTypes class abstract interface mixin
 syn keyword    eoStructure struct enum var

-- 


Reply via email to