Update vim syntax with new keywords

This commit is contained in:
Grahame Bowland 2012-01-14 23:11:33 +08:00
parent 84664304cc
commit 2b5bd7cd6d
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ if !exists("main_syntax")
endif
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 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 log_err mod mutable native note of prove pure
syn keyword rustKeyword resource ret self tag type unsafe use while
syn keyword rustKeyword with