Eo: Remove wrong region match.

This commit is contained in:
Tom Hacohen 2014-07-31 06:37:46 +01:00
parent ad5f8f828d
commit f5ffde2810
1 changed files with 1 additions and 2 deletions

View File

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