tasn pushed a commit to branch master.

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

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

    Eo: Remove wrong region match.
---
 syntax/eo.vim | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/syntax/eo.vim b/syntax/eo.vim
index 5f59700..29c3f04 100644
--- a/syntax/eo.vim
+++ b/syntax/eo.vim
@@ -13,9 +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
 
-syn keyword    functionKeywords        set get keys values params constructor 
destructor finalize virtual const contained return
+syn keyword    functionKeywords        set get keys values params constructor 
destructor finalize virtual const return
 
-syn match      classKeywordsMatch      "\w\+" contains=functionKeywords
 syn match      className               "(\w\+\.)*\w\+"
 
 syn match      attributes              
"@\(inout\|out\|in\|class\|const\|extern\|protected\|constructor\|nonull\|warn_unused\|private\)"

-- 


Reply via email to