From 06ae439d34b3785acf6e5fae1d95c6e6918711c1 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 15 Aug 2018 20:22:59 +0200 Subject: [PATCH] Changed the scratch-through to double dash, lowlight in grey --- .vim/syntax/todo.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vim/syntax/todo.vim b/.vim/syntax/todo.vim index c638472..9eb2d99 100644 --- a/.vim/syntax/todo.vim +++ b/.vim/syntax/todo.vim @@ -38,9 +38,9 @@ hi link todoDay Delimiter " Show -scratched out- parts of a line as darker text (Delimiter colour) -syntax region scratchThis start=/\v -/ skip=/\v\\./ end=/\v-\ / oneline +syntax region scratchThis start=/\v --/ skip=/\v\\./ end=/\v--\ / oneline -hi link scratchThis Delimiter +highlight scratchThis ctermfg=Grey guifg=#666666 " Generic operators