From 653accef0fea684f64b765dfe37cd93fa002d576 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Tue, 28 Jun 2016 22:26:33 +0200 Subject: [PATCH] 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