vim: add "to" as a keyword.
This commit is contained in:
parent
1114c7a281
commit
b9948baf78
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user