From d5489a857eea547c5d5e68c061b3a401e1cadfc3 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 31 Jul 2014 08:51:01 +0100 Subject: [PATCH] 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\)"