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
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",