plugin/breadcrumb.lua

Sun, 06 Sep 2020 21:24:39 +0300

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sun, 06 Sep 2020 21:24:39 +0300
changeset 34
4c7122a505d4
parent 26
77cd7b8fb6a6
child 42
260f867d46c0
permissions
-rwxr-xr-x

Add ignores


--@module plugin.breadcrumb

local plugin_breadcrumb={}

local path=require("mypath")

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

return plugin_breadcrumb

mercurial