summaryrefslogtreecommitdiff
path: root/script/proto/converter.lua
diff options
context:
space:
mode:
authorCppCXY <812125110@qq.com>2024-02-22 20:29:13 +0800
committerCppCXY <812125110@qq.com>2024-02-22 20:29:13 +0800
commit9b6df71d97a70ee7179949ef9f15368cbf29dcbd (patch)
treebf7a7e62ed7c164a12bdce437c17262a5235bcec /script/proto/converter.lua
parent483fe246b6ae8c25d433aa15e43f04f0e71a74d5 (diff)
parent3e6fd3ce1f2f0528336ded939d776a29bbfaf2eb (diff)
downloadlua-language-server-9b6df71d97a70ee7179949ef9f15368cbf29dcbd.zip
Merge branch 'master' of github.com:CppCXY/lua-language-server
Diffstat (limited to 'script/proto/converter.lua')
-rw-r--r--script/proto/converter.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/script/proto/converter.lua b/script/proto/converter.lua
index a723face..e86e4904 100644
--- a/script/proto/converter.lua
+++ b/script/proto/converter.lua
@@ -207,6 +207,14 @@ function m.setOffsetEncoding(encoding)
offsetEncoding = encoding:lower():gsub('%-', '')
end
+---@param s string
+---@param i? integer
+---@param j? integer
+---@return integer
+function m.len(s, i, j)
+ return encoder.len(offsetEncoding, s, i, j)
+end
+
---@class proto.command
---@field title string
---@field command string