summaryrefslogtreecommitdiffstats
path: root/syntax/rust.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-27 10:21:44 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-27 10:21:44 +0200
commitb6a2261cc20a6d8f044207d4bcc953143e5d225a (patch)
tree77dd2f52297bd1c5c4665be6f2bb956276b0364a /syntax/rust.vim
parent811fe888a6ee4cee6194aae7aedd7afc93c6e303 (diff)
downloadvim-polyglot-b6a2261cc20a6d8f044207d4bcc953143e5d225a.tar.gz
vim-polyglot-b6a2261cc20a6d8f044207d4bcc953143e5d225a.zip
Update rust and latex
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 689af99b..c465f076 100644
--- a/syntax/rust.vim
+++ b/syntax/rust.vim
@@ -18,7 +18,7 @@ syn keyword rustOperator as
syn match rustAssert "\<assert\(\w\)*!" contained
syn match rustFail "\<fail\(\w\)*!" contained
-syn keyword rustKeyword break do extern
+syn keyword rustKeyword break continue do extern
syn keyword rustKeyword in if impl let log
syn keyword rustKeyword for impl let log
syn keyword rustKeyword loop mod once priv pub