plugin/breadcrumb.lua

Sun, 19 Jul 2020 11:17:28 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sun, 19 Jul 2020 11:17:28 -0500
changeset 33
55d738116fac
parent 26
77cd7b8fb6a6
child 42
260f867d46c0
permissions
-rwxr-xr-x

improve regex


--@module plugin.breadcrumb

local plugin_breadcrumb={}

local path=require("mypath")

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

return plugin_breadcrumb

mercurial