From da91b603431ca84ed262119949899efc4e894e11 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Tue, 13 Mar 2012 19:29:45 -0700 Subject: [PATCH] Add loop to the vim keyword list. --- src/etc/vim/syntax/rust.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 06c4952ddf0..aa3412a3813 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -17,7 +17,7 @@ endif syn keyword rustKeyword alt as assert be bind break 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 mod mut mutable native note of prove pure +syn keyword rustKeyword loop mod mut mutable native note of prove pure syn keyword rustKeyword resource ret self syntax to type unchecked syn keyword rustKeyword unsafe use while with