tasn pushed a commit to branch master.

http://git.enlightenment.org/editors/vim-configs.git/commit/?id=d3d028da20afd7118eb0e5c99446db6b10a158c1

commit d3d028da20afd7118eb0e5c99446db6b10a158c1
Author: Tom Hacohen <t...@stosb.com>
Date:   Tue Oct 1 17:40:12 2019 +0300

    Update according to eolian changes.
---
 syntax/eo.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/eo.vim b/syntax/eo.vim
index c4f8eb3..619df88 100644
--- a/syntax/eo.vim
+++ b/syntax/eo.vim
@@ -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

-- 


Reply via email to