diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-09-21 21:06:46 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-09-21 21:06:46 +0800 |
commit | 23055f5a6c0fc6a6d7f13ba9e635dde03b96c92f (patch) | |
tree | 4f01f3d9762efd11d417159bda0935f412a75051 /script/parser | |
parent | 25acc18ff5ec25d5cf4a052dfba11c777847f86e (diff) | |
download | lua-language-server-23055f5a6c0fc6a6d7f13ba9e635dde03b96c92f.zip |
stack
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 793903b0..176d6f03 100644 --- a/script/parser/luadoc.lua +++ b/script/parser/luadoc.lua @@ -148,6 +148,7 @@ Symbol <- ({} { ---@field versions? table[] ---@field names? parser.object[] ---@field path? string +---@field bindComments? parser.object[] local function parseTokens(text, offset) Ci = 0 |