diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-05-26 20:39:52 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-05-26 20:39:52 +0800 |
commit | 2474d6a76bd84c2816c4f458d36089c0ea96158c (patch) | |
tree | 48fb7f8bc6df18292e670cd9734b91986f48ff42 /script/parser | |
parent | 45aafd49d2d6a691b82c344914f57ceb4fcdc11e (diff) | |
download | lua-language-server-2474d6a76bd84c2816c4f458d36089c0ea96158c.zip |
stash
Diffstat (limited to 'script/parser')
-rw-r--r-- | script/parser/luadoc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/parser/luadoc.lua b/script/parser/luadoc.lua index 054ea3f1..85215140 100644 --- a/script/parser/luadoc.lua +++ b/script/parser/luadoc.lua @@ -1224,6 +1224,7 @@ local function bindDocs(state) sources[#sources+1] = src end if src.type == 'table' then + -- TODO return true end end) |