plugin/breadcrumb.lua

Mon, 06 Jul 2020 13:34:06 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 06 Jul 2020 13:34:06 -0500
changeset 29
d4b0773f5e06
parent 26
77cd7b8fb6a6
child 42
260f867d46c0
permissions
-rwxr-xr-x

Oops


--@module plugin.breadcrumb

local plugin_breadcrumb={}

local path=require("mypath")

function plugin_breadcrumb.trail(env)
    return "(TODO)"
end

return plugin_breadcrumb

mercurial