Eo: Stop highlighting class names.

This commit is contained in:
Tom Hacohen 2014-07-31 08:51:01 +01:00
parent 1cacb7c92d
commit d5489a857e
1 changed files with 1 additions and 1 deletions

View File

@ -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\)"