We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a06c1 commit 09e893bCopy full SHA for 09e893b
src/etc/vim/syntax/rust.vim
@@ -104,7 +104,7 @@ syn region rustComment start="//" skip="\\$" end="$" contains=rustTodo ke
104
syn keyword rustTodo TODO FIXME XXX NB
105
106
" For those who don't want to see `::`...
107
-syn match rustModPathSep "::" conceal cchar=・
+syn match rustModPathSep "::" conceal cchar=ㆍ
108
109
syn match rustArrowHead contained ">" conceal cchar=
110
syn match rustArrowTail contained "-" conceal cchar=⟶
0 commit comments