1
0
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:
2018-01-02 13:05:36 +01:00
parent 7157291b24
commit 57153f15b5

View File

@@ -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