1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 21:34:09 +02:00

Day delimiters

This commit is contained in:
Michiel Scholten
2015-03-18 17:36:40 +01:00
parent e264282165
commit 22c3f62e62
+7
View File
@@ -5,4 +5,11 @@ endif
syntax keyword todoKeyword todo done
highlight link todoKeyword Keyword
syntax match todoComment "\v#.*$"
highlight link todoComment Comment
syn region todoDay matchgroup=todoHeadingDelimiter start="==\@!" end="==*\s*$" keepend oneline
hi def link todoHeadingDelimiter Delimiter
let b:current_syntax = "todo"