replace Fraction with Scale in cmake theme
This commit is contained in:
parent
5f03dd11b8
commit
dcf5a84316
1 changed files with 1 additions and 1 deletions
|
|
@ -45,5 +45,5 @@ def theme():
|
|||
# progress percentage (make)
|
||||
[ "^(\[\s*[0-9]+%\])","Scale" ],
|
||||
# progress percentage (ninja)
|
||||
[ "^(\[[0-9]+/[0-9]+\])","Fraction" ]
|
||||
[ "^(\[[0-9]+/[0-9]+\])","Scale" ]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue