local _g = getfenv(0)
require("moo.builtin")._inject(_g)
local medit = require("medit")
_g.app = medit.App.instance()
_g.editor = _g.app.get_editor()