syntax/eo: use @virtual_pure instead of @virtual

This commit is contained in:
Jean Guyomarc'h 2016-06-11 11:15:31 +02:00
parent aa2bc8535f
commit a102a5f258
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ syn keyword eoStatements return
" syn match className "\(\w\+\.\)\+\w\+"
syn match attributes "@\(nonull\|inout\|out\|in\|property\|class\|free\|constructor\|virtual\|auto\|empty\|extern\|beta\|protected\|const\|optional\|nullable\|warn_unused\|private\|hot\)"
syn match attributes "@\(nonull\|inout\|out\|in\|property\|class\|free\|constructor\|virtual_pure\|auto\|empty\|extern\|beta\|protected\|const\|optional\|nullable\|warn_unused\|private\|hot\)"
syn match eoLabelMatch "\w\+:" contains=eoClassBodyLabels
syn match eoBlockOpener "\w\+\s*{" contains=eoClassBodyBlockOpener,eoInnerBlockOpener