tasn pushed a commit to branch master.

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

commit c2ebd6aae1da03bd1d74f8296fbc8dc09e0c68f8
Author: Tom Hacohen <t...@stosb.com>
Date:   Wed Aug 28 15:32:44 2019 +0100

    eolian: update vim synatx file based on recent eolian changes.
---
 syntax/eo.vim | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/syntax/eo.vim b/syntax/eo.vim
index e3602ec..c4f8eb3 100644
--- a/syntax/eo.vim
+++ b/syntax/eo.vim
@@ -11,7 +11,7 @@ syn keyword    eoType byte ubyte char short ushort int uint 
long ulong llong
 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 hash string list accessor array iterator future
 syn keyword    eoType any_value any_value_ptr stringshare promise void_ptr
 syn keyword    eoType __undefined_type
 
@@ -19,7 +19,7 @@ syn keyword    eoClassTypes class abstract interface mixin
 syn keyword    eoStructure struct enum var
 syn keyword    eoTypedef type
 syn keyword    eoImport import
-syn keyword    eoClassAttributes implements extends
+syn keyword    eoClassAttributes implements extends composite
 
 syn keyword    eoClassBodyLabels c_prefix event_prefix data contained
 syn keyword    eoClassBodyBlockOpener properties methods events constructors 
contained

-- 


Reply via email to