Let task show recognize limit in taskrc (#3466)
This commit is contained in:
@@ -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.start.annotation='he=e-1
|
||||||
syn match taskrcGoodKey '^\s*\Vjournal.time.stop.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*\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.projects='he=e-1
|
||||||
syn match taskrcGoodKey '^\s*\Vlist.all.tags='he=e-1
|
syn match taskrcGoodKey '^\s*\Vlist.all.tags='he=e-1
|
||||||
syn match taskrcGoodKey '^\s*\Vlocale='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.start.annotation"
|
||||||
" journal.time.stop.annotation"
|
" journal.time.stop.annotation"
|
||||||
" json.array"
|
" json.array"
|
||||||
|
" limit"
|
||||||
" list.all.projects"
|
" list.all.projects"
|
||||||
" list.all.tags"
|
" list.all.tags"
|
||||||
" locking"
|
" locking"
|
||||||
|
|||||||
Reference in New Issue
Block a user