Skip to content

Commit 09e893b

Browse files
committed
vim: Switch to a dot that shows up in the middle on Linux for module separator
1 parent 51a06c1 commit 09e893b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/vim/syntax/rust.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ syn region rustComment start="//" skip="\\$" end="$" contains=rustTodo ke
104104
syn keyword rustTodo TODO FIXME XXX NB
105105

106106
" For those who don't want to see `::`...
107-
syn match rustModPathSep "::" conceal cchar=
107+
syn match rustModPathSep "::" conceal cchar=
108108

109109
syn match rustArrowHead contained ">" conceal cchar= 
110110
syn match rustArrowTail contained "-" conceal cchar=

0 commit comments

Comments
 (0)