Skip to content

Commit

Permalink
auto merge of #4976 : thestinger/rust/vim, r=nikomatsakis
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Feb 16, 2013
2 parents c53b4f3 + 5c75f21 commit 65aa259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/vim/syntax/rust.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65aa259

Please sign in to comment.