mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Day headings are tinted
This commit is contained in:
@@ -32,9 +32,9 @@ highlight link todoComment Comment
|
||||
|
||||
|
||||
" Heading (day) delimiters
|
||||
syn region todoDay matchgroup=todoHeadingDelimiter start="==\@!" end="==*\s*$" keepend oneline
|
||||
syntax region todoDay start=/\v\=\=\ / skip=/\v\\./ end=/\v\ \=\=\=\=\=\=/
|
||||
|
||||
hi def link todoHeadingDelimiter Delimiter
|
||||
hi link todoDay Delimiter
|
||||
|
||||
|
||||
" Generic operators
|
||||
|
||||
Reference in New Issue
Block a user