Add loop to the vim keyword list.

This commit is contained in:
Erick Tryzelaar 2012-03-13 19:29:45 -07:00 committed by Marijn Haverbeke
parent 35fc4a4291
commit da91b60343
1 changed files with 1 additions and 1 deletions

View File

@ -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