summaryrefslogtreecommitdiff
path: root/script/files.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-08-14 18:01:58 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-08-14 18:01:58 +0800
commitf09aa4104a56996e838dd30d28bbef706e461469 (patch)
tree47af5ff871d0cb28a4e563a4ad7ba16980eedea1 /script/files.lua
parent5ccedb1cf07a73a8e0eb4ace84b320c8a997dbbb (diff)
downloadlua-language-server-f09aa4104a56996e838dd30d28bbef706e461469.zip
fix warning
Diffstat (limited to 'script/files.lua')
-rw-r--r--script/files.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/files.lua b/script/files.lua
index 5c3a1c72..490ae504 100644
--- a/script/files.lua
+++ b/script/files.lua
@@ -32,6 +32,7 @@ local pub = require 'pub'
---@field id integer
---@field state? parser.state
---@field compileCount? integer
+---@field words? table
---@class files
---@field lazyCache? lazy-cacher
@@ -708,6 +709,7 @@ end
---@field diffInfo? table[]
---@field originLines? integer[]
---@field originText? string
+---@field lua? string
--- 获取文件语法树
---@param uri uri