Skip to content

Commit

Permalink
update after/syntax/rust.vim for removal of <-
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger authored and catamorphism committed Dec 25, 2012
1 parent 329316c commit b8fe575
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/etc/vim/after/syntax/rust.vim
Expand Up @@ -7,10 +7,6 @@ if exists('g:rust_conceal_mod_path')
syn match rustNiceOperator "::" conceal cchar=
endif

syn match rustLeftArrowHead contained "-" conceal cchar= 
syn match rustLeftArrowTail contained "<" conceal cchar=
syn match rustNiceOperator "<-" contains=rustLeftArrowHead,rustLeftArrowTail

syn match rustRightArrowHead contained ">" conceal cchar= 
syn match rustRightArrowTail contained "-" conceal cchar=
syn match rustNiceOperator "->" contains=rustRightArrowHead,rustRightArrowTail
Expand Down

0 comments on commit b8fe575

Please sign in to comment.