vim: Add new keywords
This commit is contained in:
parent
c88933d714
commit
43c9cd5298
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ syn match rustAssert "assert\(\w\)*"
|
|||
syn keyword rustKeyword alt again as break
|
||||
syn keyword rustKeyword check claim const copy do drop else export extern fail
|
||||
syn keyword rustKeyword for if impl import in let log
|
||||
syn keyword rustKeyword loop mod move mut new of owned pure
|
||||
syn keyword rustKeyword ret self to unchecked
|
||||
syn keyword rustKeyword loop match mod module move mut new of owned pure
|
||||
syn keyword rustKeyword ret return self to unchecked
|
||||
syn match rustKeyword "unsafe" " Allows also matching unsafe::foo()
|
||||
syn keyword rustKeyword use while with
|
||||
" FIXME: Scoped impl's name is also fallen in this category
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue