jayji pushed a commit to branch master.

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

commit 653accef0fea684f64b765dfe37cd93fa002d576
Author: Jean Guyomarc'h <[email protected]>
Date:   Tue Jun 28 22:26:33 2016 +0200

    syntax/eo: add support for some more Eolian types
    
    - generic_value
    - stringshare
    - promise
    - void_ptr
---
 syntax/eo.vim | 1 +
 1 file changed, 1 insertion(+)

diff --git a/syntax/eo.vim b/syntax/eo.vim
index dac5a3e..1b0ac17 100644
--- a/syntax/eo.vim
+++ b/syntax/eo.vim
@@ -12,6 +12,7 @@ syn keyword    eoType ullong int8 uint8 int16 uint16 int32 
uint32 int64 uint64
 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    eoClassTypes class abstract interface mixin
 syn keyword    eoStructure struct enum var

-- 


Reply via email to