mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Day delimiters
This commit is contained in:
@@ -5,4 +5,11 @@ endif
|
|||||||
syntax keyword todoKeyword todo done
|
syntax keyword todoKeyword todo done
|
||||||
highlight link todoKeyword Keyword
|
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"
|
let b:current_syntax = "todo"
|
||||||
|
|||||||
Reference in New Issue
Block a user