diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-09 15:25:06 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-09 15:25:06 +0800 |
commit | eaed7673a1ff4e167afa6cc568f714931cf370d6 (patch) | |
tree | ee6d768ffb2440e6f40162196c1c154aa2e85456 /server/libs | |
parent | f76813d8a2e4ae3204b549259fe714806807e03d (diff) | |
download | lua-language-server-eaed7673a1ff4e167afa6cc568f714931cf370d6.zip |
更新一下命名
Diffstat (limited to 'server/libs')
-rw-r--r-- | server/libs/bee/filesystem.lni | 5 | ||||
-rw-r--r-- | server/libs/lua53/io.lni | 33 |
2 files changed, 34 insertions, 4 deletions
diff --git a/server/libs/bee/filesystem.lni b/server/libs/bee/filesystem.lni index 99f2c4de..024787ee 100644 --- a/server/libs/bee/filesystem.lni +++ b/server/libs/bee/filesystem.lni @@ -3,6 +3,7 @@ type = 'table' [[.source]] type = 'library' name = 'bee.filesystem' +nick = 'bee::filesystem' [default] type = 'function' @@ -14,8 +15,8 @@ nick = 'fs' [current_path] [[.args]] name = 'new_path' -type = '*filesystem' +type = '*bee::filesystem' optional = 'self' [[.returns]] -type = '*filesystem' +type = '*bee::filesystem' optional = 'self' diff --git a/server/libs/lua53/io.lni b/server/libs/lua53/io.lni index d18055d2..4bd37315 100644 --- a/server/libs/lua53/io.lni +++ b/server/libs/lua53/io.lni @@ -1,5 +1,34 @@ +[io] +type = 'table' +[[.source]] +type = 'global' +[[.source]] +type = 'library' +name = 'io' + [default] type = 'function' +[[.parent]] +type = 'global' +name = 'io' +[[.parent]] +type = 'library' +name = 'io' -[io] -type = 'table' +[stdin] +type = '*FILE*' + +[close] +[[.parent]] +type = 'global' +name = 'table' +[[.parent]] +type = 'library' +name = 'table' +[[.parent]] +type = 'object' +name = '*FILE*' +[[.args]] +type = '*FILE*' +name = 'file' +optional = 'self' |