auto merge of #4976 : thestinger/rust/vim, r=nikomatsakis
This commit is contained in:
commit
65aa2594c0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ syn match rustAssert "\<assert\(\w\)*"
|
|||
syn keyword rustKeyword as break
|
||||
syn keyword rustKeyword copy do drop else extern
|
||||
syn keyword rustKeyword for if impl let log
|
||||
syn keyword rustKeyword loop match mod move once priv pub pure
|
||||
syn keyword rustKeyword loop match mod once priv pub pure
|
||||
syn keyword rustKeyword ref return static
|
||||
syn keyword rustKeyword unsafe use while
|
||||
" FIXME: Scoped impl's name is also fallen in this category
|
||||
|
|
Loading…
Add table
Reference in a new issue