summaryrefslogtreecommitdiff
path: root/script/proto/define.lua
diff options
context:
space:
mode:
authorfesily <fesil@foxmail.com>2022-08-13 14:25:05 +0800
committerfesily <fesil@foxmail.com>2022-08-13 14:25:05 +0800
commite0d3fc827071e6cce8e92b2a8c8fe5b706d1e987 (patch)
treebaac4aca4fbce948aedf027c7493338698287184 /script/proto/define.lua
parentdacf711d57cddbf106937abd64f544a9298f3349 (diff)
downloadlua-language-server-e0d3fc827071e6cce8e92b2a8c8fe5b706d1e987.zip
move string.buffer to buildin
Diffstat (limited to 'script/proto/define.lua')
-rw-r--r--script/proto/define.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua
index ecdaf306..75843455 100644
--- a/script/proto/define.lua
+++ b/script/proto/define.lua
@@ -182,6 +182,7 @@ m.BuiltIn = {
['table.new'] = 'default',
['table.clear'] = 'default',
['utf8'] = 'default',
+ ['string.buffer']='default',
}
m.InlayHintKind = {