mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +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
|
||||
|
|
|
@ -173,6 +173,7 @@ int CmdShow::execute (std::string& output)
|
|||
" journal.time.start.annotation"
|
||||
" journal.time.stop.annotation"
|
||||
" json.array"
|
||||
" limit"
|
||||
" list.all.projects"
|
||||
" list.all.tags"
|
||||
" locking"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue