summaryrefslogtreecommitdiffstats
path: root/syntax/rust.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2014-03-16 14:48:30 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2014-03-16 14:48:30 +0100
commit95bc6710a4fd961ecc1d7d9f344e97fb690810b1 (patch)
tree16a822293039f8b7ce5a9bc3a9a34ad84ab8acb1 /syntax/rust.vim
parent94f72a68c3dccade13ec7203a284620040f930f1 (diff)
downloadvim-polyglot-95bc6710a4fd961ecc1d7d9f344e97fb690810b1.tar.gz
vim-polyglot-95bc6710a4fd961ecc1d7d9f344e97fb690810b1.zip
Update elixir, perl and rust
Diffstat (limited to 'syntax/rust.vim')
-rw-r--r--syntax/rust.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/rust.vim b/syntax/rust.vim
index bd27f057..9c8e5b5d 100644
--- a/syntax/rust.vim
+++ b/syntax/rust.vim
@@ -96,7 +96,7 @@ syn keyword rustTrait MutableVector MutableTotalOrdVector
syn keyword rustTrait Vector VectorVector CloneableVector ImmutableVector
"syn keyword rustFunction stream
-syn keyword rustTrait Port Chan
+syn keyword rustTrait Sender Receiver
"syn keyword rustFunction spawn
syn keyword rustSelf self