Wed, 08 Jul 2026 19:48:16 +0300
Fix issue with a const variable assign in lua 5.5
|
9
751216807683
Further lua5.3 compatibility fixes
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
1 | --@module plugin |
|
751216807683
Further lua5.3 compatibility fixes
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
2 | |
| 47 | 3 | local plugin = {} |
|
9
751216807683
Further lua5.3 compatibility fixes
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
4 | |
| 47 | 5 | plugin.inline = require('plugin.inline') |
| 6 | plugin.breadcrumb = require('plugin.breadcrumb') | |
| 7 | plugin.bib = require('plugin.bib') | |
|
9
751216807683
Further lua5.3 compatibility fixes
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
8 | |
|
751216807683
Further lua5.3 compatibility fixes
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
9 | return plugin |