plugin/breadcrumb.lua

Mon, 07 Sep 2020 09:14:53 +0300

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 07 Sep 2020 09:14:53 +0300
changeset 38
5c771653d5ac
parent 26
77cd7b8fb6a6
child 42
260f867d46c0
permissions
-rwxr-xr-x

more ignores


--@module plugin.breadcrumb

local plugin_breadcrumb={}

local path=require("mypath")

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

return plugin_breadcrumb

mercurial