diff options
Diffstat (limited to 'syntax/rust.vim')
-rw-r--r-- | syntax/rust.vim | 2 |
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 |