Software /
code /
verse
Comparison
squishy @ 481:6fc84e9bd03e
squishy: Add browsing plugin
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 17 Mar 2023 12:31:02 +0000 |
parent | 480:a48a4723aa2a |
child | 482:4c4f3dd62c54 |
comparison
equal
deleted
inserted
replaced
480:a48a4723aa2a | 481:6fc84e9bd03e |
---|---|
80 "vcard", "vcard_update"; | 80 "vcard", "vcard_update"; |
81 -- Carbons | 81 -- Carbons |
82 "carbons"; | 82 "carbons"; |
83 | 83 |
84 "archive"; | 84 "archive"; |
85 "browsing"; | |
85 } | 86 } |
86 | 87 |
87 for _, plugin in ipairs(plugins) do | 88 for _, plugin in ipairs(plugins) do |
88 Module("verse.plugins."..plugin)("plugins/"..plugin..".lua") | 89 Module("verse.plugins."..plugin)("plugins/"..plugin..".lua") |
89 end | 90 end |