mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Add support for task expiration (#3546)
This commit is contained in:
parent
2bd609afe3
commit
213b9d3aee
16 changed files with 180 additions and 7 deletions
|
@ -132,6 +132,7 @@ syn match taskrcGoodKey '^\s*\Vexpressions='he=e-1
|
|||
syn match taskrcGoodKey '^\s*\Vextensions='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vfontunderline='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vgc='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vexpiration.on-sync='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vhooks='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vhooks.location='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vhyphenate='he=e-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue