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:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user