about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2011-10-29 20:33:30 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2011-10-29 20:50:17 -0700
commit0bf10d84e2ec78c129f3fd04ed080d2d2038680f (patch)
tree5ab7ca2ccc95cc5117f5b35b6465430b1be48ab0 /src
parent8befdd08a37203ed802e7492ef1fe5053b9f9cf0 (diff)
downloadrust-0bf10d84e2ec78c129f3fd04ed080d2d2038680f.tar.gz
rust-0bf10d84e2ec78c129f3fd04ed080d2d2038680f.zip
Update keyword list in vim/syntax/rust.vim
Removed: iter, each, put, macro, meta, syntax, port, spawn
Added: block, copy
Diffstat (limited to 'src')
-rw-r--r--src/etc/vim/syntax/rust.vim12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim
index 6cd5440b5da..80067ed9882 100644
--- a/src/etc/vim/syntax/rust.vim
+++ b/src/etc/vim/syntax/rust.vim
@@ -14,12 +14,12 @@ if !exists("main_syntax")
   let main_syntax='rust'
 endif
 
-syn keyword   rustKeyword     alt as assert auth be bind break chan check
-syn keyword   rustKeyword     claim cont const do each else export fail fn for
-syn keyword   rustKeyword     if import in inline iter lambda let log log_err
-syn keyword   rustKeyword     macro meta mod mutable native note obj port
-syn keyword   rustKeyword     prove pure put resource ret self spawn syntax
-syn keyword   rustKeyword     tag type unsafe use while with
+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     resource ret self tag type unsafe use while
+syn keyword   rustKeyword     with
 
 syn keyword   rustType        any int uint float char bool u8 u16 u32 u64 f32
 syn keyword   rustType        f64 i8 i16 i32 i64 str task