vim: add "to" as a keyword.

This commit is contained in:
Erick Tryzelaar 2012-02-21 07:31:01 -08:00 committed by Brian Anderson
parent 1114c7a281
commit b9948baf78
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ 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 mutable native note of prove pure
syn keyword rustKeyword resource ret self syntax type unchecked
syn keyword rustKeyword 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
" Reserved words