about summary refs log tree commit diff
path: root/src/etc/vim/syntax
diff options
context:
space:
mode:
authorErick Tryzelaar <erick.tryzelaar@gmail.com>2012-02-21 07:31:01 -0800
committerBrian Anderson <banderson@mozilla.com>2012-02-28 18:00:50 -0800
commitb9948baf787e346e1684f530031adabb0c2a8532 (patch)
treee3827b248bd2f8bdce5f562affccf7930a688eed /src/etc/vim/syntax
parent1114c7a2810c09e34749ad9c036e6de59b1f7017 (diff)
downloadrust-b9948baf787e346e1684f530031adabb0c2a8532.tar.gz
rust-b9948baf787e346e1684f530031adabb0c2a8532.zip
vim: add "to" as a keyword.
Diffstat (limited to 'src/etc/vim/syntax')
-rw-r--r--src/etc/vim/syntax/rust.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim
index 3e7fb347084..06c4952ddf0 100644
--- a/src/etc/vim/syntax/rust.vim
+++ b/src/etc/vim/syntax/rust.vim
@@ -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