Improve performance by caching subtree state and configure a single root for simplicity

This commit is contained in:
phosphene47 2021-11-14 22:01:21 +11:00
parent 3d6e92b587
commit 2b446d9d43
No known key found for this signature in database
GPG key ID: 071C4D9AE5E00E68
2 changed files with 114 additions and 66 deletions

View file

@ -4,7 +4,7 @@ local logger = {
}
local colors = {
skip = "Constant",
skip = "Comment",
clean = "Boolean",
install = "MoreMsg",
update = "WarningMsg",