feat(ui): added debug interface to inspect active handlers and the module cache

This commit is contained in:
Folke Lemaitre 2022-12-05 14:46:46 +01:00
parent d36ad410ee
commit 6d68cc6ea2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 53 additions and 15 deletions

View file

@ -16,12 +16,13 @@ M.colors = {
},
ProgressTodo = "LineNr",
Special = "@punctuation.special",
LoaderPlugin = "Special",
LoaderEvent = "Constant",
LoaderKeys = "Statement",
LoaderStart = "@field",
LoaderSource = "Character",
LoaderCmd = "Operator",
HandlerPlugin = "Special",
HandlerEvent = "Constant",
HandlerKeys = "Statement",
HandlerStart = "@field",
HandlerSource = "Character",
HandlerFt = "Character",
HandlerCmd = "Operator",
Button = "CursorLine",
ButtonActive = "Visual",
}