diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 17:49:50 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 17:49:50 +0800 |
commit | efc8d64b34008091573e1746ea6a273b6b50b318 (patch) | |
tree | 04aa7bf903a67cf985c76aba182155e1fe1de7eb /meta/template/io.lua | |
parent | 57e4aa220078222cde843af7ebaea4b839a6cec3 (diff) | |
download | lua-language-server-efc8d64b34008091573e1746ea6a273b6b50b318.zip |
doc.field support doc.comment
Diffstat (limited to 'meta/template/io.lua')
-rw-r--r-- | meta/template/io.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/template/io.lua b/meta/template/io.lua index adf64ebc..c159fc4c 100644 --- a/meta/template/io.lua +++ b/meta/template/io.lua @@ -2,8 +2,11 @@ ---#DES 'io' ---@class io* +---#DES 'io.stdin' ---@field stdin file* +---#DES 'io.stdout' ---@field stdout file* +---#DES 'io.stderr' ---@field stderr file* io = {} |