update after/syntax/rust.vim for removal of <-
This commit is contained in:
parent
329316ce15
commit
b8fe575e79
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue