mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Let task show recognize limit in taskrc (#3466)
This commit is contained in:
parent
8a807af2ef
commit
d775923070
2 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,7 @@ syn match taskrcGoodKey '^\s*\Vjournal.time='he=e-1
|
|||
syn match taskrcGoodKey '^\s*\Vjournal.time.start.annotation='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vjournal.time.stop.annotation='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vjson.array='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vlimit='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vlist.all.projects='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vlist.all.tags='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vlocale='he=e-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue