From 2b5bd7cd6dc3ddf5cb22b6d98d04c28f72d5e125 Mon Sep 17 00:00:00 2001 From: Grahame Bowland Date: Sat, 14 Jan 2012 23:11:33 +0800 Subject: [PATCH] Update vim syntax with new keywords --- src/etc/vim/syntax/rust.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index aad31ba2e0994..417d53c56fa09 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -15,9 +15,9 @@ if !exists("main_syntax") endif syn keyword rustKeyword alt as assert auth be bind block break chan -syn keyword rustKeyword check claim cont const copy do else export fail -syn keyword rustKeyword fn for if import in inline lambda let log -syn keyword rustKeyword log_err mod mutable native note obj prove pure +syn keyword rustKeyword check claim cont const copy do else enum export fail +syn keyword rustKeyword fn for if iface impl import in inline lambda let log +syn keyword rustKeyword log_err mod mutable native note of prove pure syn keyword rustKeyword resource ret self tag type unsafe use while syn keyword rustKeyword with