From a102a5f25821e9e15bb9e66cfc1dc05363ec934f Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Sat, 11 Jun 2016 11:15:31 +0200 Subject: [PATCH] syntax/eo: use @virtual_pure instead of @virtual --- syntax/eo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/eo.vim b/syntax/eo.vim index 8d8f493..e477ed4 100644 --- a/syntax/eo.vim +++ b/syntax/eo.vim @@ -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