plugin/breadcrumb.lua

changeset 9
751216807683
parent 3
b2df1b3f2c83
child 26
77cd7b8fb6a6
--- a/plugin/breadcrumb.lua	Tue Jan 16 17:02:22 2018 +0000
+++ b/plugin/breadcrumb.lua	Tue Jan 16 17:02:29 2018 +0000
@@ -1,8 +1,12 @@
 
-module("plugin.breadcrumb", package.seeall)
+--@module plugin.breadcrumb
 
-require("path")
+local plugin_breadcrumb={}
 
-function trail(env)
+local path=require("path")
+
+function plugin_breadcrumb.trail(env)
     return "(TODO)"
 end
+
+return plugin_breadcrumb

mercurial