tasn pushed a commit to branch master.

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

commit 579b65eeeaec107d7a07485dfc8260604920a6b3
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu Jul 31 06:57:24 2014 +0100

    Eo: make return a statement.
---
 syntax/eo.vim | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/syntax/eo.vim b/syntax/eo.vim
index 08981c0..84f26f4 100644
--- a/syntax/eo.vim
+++ b/syntax/eo.vim
@@ -13,7 +13,8 @@ syn keyword    eoStructure  class abstract interface mixin 
type struct enum var
 
 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
+syn keyword    functionKeywords        set get keys values params constructor 
destructor finalize virtual const
+syn keyword    eoStatements return
 
 syn match      className               "\(\w\+\.\)\+\w\+"
 
@@ -24,7 +25,6 @@ syn cluster   eoCommentGroup  contains=eoTodo
 
 syn region     eo_comment start="\/\*" end="\*\/" contains=@eoCommentGroup
 
-hi def link classKeywords Statement
 hi def link eoClassBodyCommon Label
 hi def link functionKeywords Label
 hi def link attributes Constant
@@ -32,6 +32,7 @@ hi def link eo_comment Comment
 hi def link eoBoolean Boolean
 hi def link eoConstants Constant
 hi def link className Identifier
+hi def link eoStatements Statement
 
 hi def link eoStructure Structure
 

-- 


Reply via email to