tasn pushed a commit to branch master.

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

commit d5489a857eea547c5d5e68c061b3a401e1cadfc3
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu Jul 31 08:51:01 2014 +0100

    Eo: Stop highlighting class names.
---
 syntax/eo.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/eo.vim b/syntax/eo.vim
index 45e482b..07b2eb2 100644
--- a/syntax/eo.vim
+++ b/syntax/eo.vim
@@ -21,7 +21,7 @@ syn keyword    eoTypeClass const own contained
 syn keyword    functionKeywords constructor destructor finalize virtual legacy 
func
 syn keyword    eoStatements return
 
-syn match      className               "\(\w\+\.\)\+\w\+"
+" syn match      className               "\(\w\+\.\)\+\w\+"
 
 syn match      attributes              
"@\(inout\|out\|in\|class\|constructor\|extern\|protected\|const\|nonull\|warn_unused\|private\)"
 

-- 


Reply via email to