Skip to content

Commit ceb6516

Browse files
committed
Vim highlighting: remove foreach keyword
1 parent 44cb1c3 commit ceb6516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/vim/syntax/rust.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ syn keyword rustOperator as
1717
syn match rustAssert "\<assert\(\w\)*!" contained
1818
syn match rustFail "\<fail\(\w\)*!" contained
1919
syn keyword rustKeyword break copy do extern
20-
syn keyword rustKeyword foreach in if impl let log
20+
syn keyword rustKeyword in if impl let log
2121
syn keyword rustKeyword copy do extern
2222
syn keyword rustKeyword for impl let log
2323
syn keyword rustKeyword loop mod once priv pub

0 commit comments

Comments
 (0)