documentationhelp wantedwebsite
描述
Currently you only get keybinding info if you use the built-in documentation browser.
Fairly straight-forward implementation: instead of modifying the doc HTML by inserting introspected binding information, parse it out of the modules, by extracting the Lua code for the bindings and executing it in a wrapper environment that provides stubs for add_binds/add_cmds. Most likely will have to wrap the binds Lua in marker comments.