Update emacs and vi modes.

This commit is contained in:
Niko Matsakis 2014-11-26 10:03:11 -05:00
parent 112faabf94
commit 0fefd835f2
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@
"if" "impl" "in"
"let" "loop"
"match" "mod" "move" "mut"
"priv" "proc" "pub"
"priv" "pub"
"ref" "return"
"self" "static" "struct" "super"
"true" "trait" "type"

View File

@ -24,7 +24,7 @@ syn keyword rustKeyword continue
syn keyword rustKeyword extern nextgroup=rustExternCrate,rustObsoleteExternMod skipwhite skipempty
syn keyword rustKeyword fn nextgroup=rustFuncName skipwhite skipempty
syn keyword rustKeyword for in if impl let
syn keyword rustKeyword loop once proc pub
syn keyword rustKeyword loop once pub
syn keyword rustKeyword return super
syn keyword rustKeyword unsafe virtual where while
syn keyword rustKeyword use nextgroup=rustModPath skipwhite skipempty