Skip to content

Commit 0e35391

Browse files
committed
Merge pull request #4250 from thestinger/vim
update after/syntax/rust.vim for removal of <-
2 parents 79a68ef + a45e41f commit 0e35391

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/etc/vim/after/syntax/rust.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ if exists('g:rust_conceal_mod_path')
77
syn match rustNiceOperator "::" conceal cchar=
88
endif
99

10-
syn match rustLeftArrowHead contained "-" conceal cchar= 
11-
syn match rustLeftArrowTail contained "<" conceal cchar=
12-
syn match rustNiceOperator "<-" contains=rustLeftArrowHead,rustLeftArrowTail
13-
1410
syn match rustRightArrowHead contained ">" conceal cchar= 
1511
syn match rustRightArrowTail contained "-" conceal cchar=
1612
syn match rustNiceOperator "->" contains=rustRightArrowHead,rustRightArrowTail

0 commit comments

Comments
 (0)