1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Show -scratched out- parts of a line as darker text

This commit is contained in:
2018-01-15 15:39:56 +01:00
parent ec87d10085
commit e576f04949

View File

@@ -37,6 +37,12 @@ syntax region todoDay start=/\v\=\=\ / skip=/\v\\./ end=/\v\ \=\=\=\=\=\=/
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
hi link scratchThis Delimiter
" Generic operators
syntax match todoOperator "\v\*"
syntax match todoOperator "\v/"