1
Fork 0

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

View file

@ -15,9 +15,9 @@ if !exists("main_syntax")
endif endif
syn keyword rustKeyword alt as assert auth be bind block break chan 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 check claim cont const copy do else enum export fail
syn keyword rustKeyword fn for if import in inline lambda let log syn keyword rustKeyword fn for if iface impl import in inline lambda let log
syn keyword rustKeyword log_err mod mutable native note obj prove pure 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 resource ret self tag type unsafe use while
syn keyword rustKeyword with syn keyword rustKeyword with