setup for luarocks releases

This commit is contained in:
Michael Freno
2025-12-06 14:19:00 -05:00
parent 5088123ad4
commit da69d8bd4f
7 changed files with 230 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
local utf8 = utf8 or require("utf8")
local UTF8 = require((...):match("(.-)[^%.]+$") .. "UTF8")
local utf8 = UTF8
---@class TextEditor
---@field editable boolean