tasn pushed a commit to branch master.

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

commit 8779a31d4af1342264afc455674bca737ecdc828
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Aug 19 12:52:30 2019 +0100

    Eolian: update according to eolian changes and fix implements/extends.
---
 syntax/eo.vim | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/syntax/eo.vim b/syntax/eo.vim
index 7559714..e3602ec 100644
--- a/syntax/eo.vim
+++ b/syntax/eo.vim
@@ -19,9 +19,10 @@ 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    eoClassBodyLabels legacy_prefix eo_prefix event_prefix data 
contained
-syn keyword    eoClassBodyBlockOpener properties methods events constructors 
implements contained
+syn keyword    eoClassBodyLabels c_prefix event_prefix data contained
+syn keyword    eoClassBodyBlockOpener properties methods events constructors 
contained
 
 syn keyword    eoInnerBlockOpener set get keys values params contained
 syn keyword    eoTypeClass const own free ref contained
@@ -104,6 +105,7 @@ hi def link eoOctalError Error
 
 hi def link eoStructure Structure
 hi def link eoClassTypes Structure
+hi def link eoClassAttributes Statement
 
 hi def link eoType Type
 hi def link eoTypedef Typedef

-- 


Reply via email to