vim: Switch to a dot that shows up in the middle on Linux for module separator
This commit is contained in:
parent
51a06c15da
commit
09e893ba2e
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ syn region rustComment start="//" skip="\\$" end="$" contains=rustTodo ke
|
|||
syn keyword rustTodo TODO FIXME XXX NB
|
||||
|
||||
" For those who don't want to see `::`...
|
||||
syn match rustModPathSep "::" conceal cchar=・
|
||||
syn match rustModPathSep "::" conceal cchar=ㆍ
|
||||
|
||||
syn match rustArrowHead contained ">" conceal cchar=
|
||||
syn match rustArrowTail contained "-" conceal cchar=⟶
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue