tasn pushed a commit to branch master.

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

commit d5e490390cf0d07ccef88277b4459f7d5fbecd19
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu Jul 31 06:53:37 2014 +0100

    Eo: Add implements as field type.
---
 syntax/eo.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/eo.vim b/syntax/eo.vim
index e9d33d7..08981c0 100644
--- a/syntax/eo.vim
+++ b/syntax/eo.vim
@@ -11,7 +11,7 @@ syn keyword    eoType bool byte ubyte char uchar short ushort 
int uint long ulon
 
 syn keyword    eoStructure  class abstract interface mixin type struct enum var
 
-syn keyword    eoClassBodyCommon legacy_prefix eo_prefix properties methods 
events constructors data
+syn keyword    eoClassBodyCommon legacy_prefix eo_prefix properties methods 
events constructors data implements
 
 syn keyword    functionKeywords        set get keys values params constructor 
destructor finalize virtual const return
 

-- 


Reply via email to