summaryrefslogtreecommitdiff
path: root/meta/template/io.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-11-16 14:20:30 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-11-16 14:20:30 +0800
commitefdd1a9b98c4129b1c1b45a2086fb25b63c1bf0b (patch)
tree5ed6de9890d45b0a97593187fda96ca3f01e82f3 /meta/template/io.lua
parent45b8a1d0cb6e0a7fc160a4fc0a4a47469bbac1d4 (diff)
downloadlua-language-server-efdd1a9b98c4129b1c1b45a2086fb25b63c1bf0b.zip
支持 require 的形式
Diffstat (limited to 'meta/template/io.lua')
-rw-r--r--meta/template/io.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/template/io.lua b/meta/template/io.lua
index 90354b64..a2b97877 100644
--- a/meta/template/io.lua
+++ b/meta/template/io.lua
@@ -74,3 +74,5 @@ function io.type(file) end
---@return file
---@return string errmsg?
function io.write(...) end
+
+return io