Eo: Add more keywords.

This commit is contained in:
Tom Hacohen 2014-07-31 06:13:19 +01:00
parent 2bd48fcce6
commit 4dbb6c4ce7
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ syn keyword eoType int uint bool char uchar byte ubyte double float
syn keyword classKeywords class abstract legacy_prefix eo_prefix data contained
syn keyword classKeywords constructors properties methods implements events contained
syn keyword functionKeywords set get keys values params constructor destructor finalize const contained return
syn keyword functionKeywords set get keys values params constructor destructor finalize virtual const contained return
syn match classKeywordsMatch "\w\+" contains=classKeywords,functionKeywords
syn match className "(\w\+\.)*\w\+"
syn match attributes "@\(inout\|out\|in\|class\|const\|extern\|protected\|constructor\|nonull\|warn_unused\)"
syn match attributes "@\(inout\|out\|in\|class\|const\|extern\|protected\|constructor\|nonull\|warn_unused\|private\)"
syn keyword eoTodo contained TODO FIXME XXX
syn cluster eoCommentGroup contains=eoTodo