Update according to eolian changes.

This commit is contained in:
Tom Hacohen 2019-10-01 17:40:12 +03:00
parent c2ebd6aae1
commit d3d028da20
1 changed files with 1 additions and 1 deletions

View File

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