summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-08-13 16:05:38 +0800
committerGitHub <noreply@github.com>2022-08-13 16:05:38 +0800
commit6437d9c62d577f68ddc40f666a983ce8dde05e4a (patch)
treeedc8dc516c191bb425a6374dba202171168b6142 /script
parentd104b720669451a369a032d13f0f92153934d208 (diff)
parente0d3fc827071e6cce8e92b2a8c8fe5b706d1e987 (diff)
downloadlua-language-server-6437d9c62d577f68ddc40f666a983ce8dde05e4a.zip
Merge pull request #1466 from fesily/move-string.buffer-to-buildin
move string.buffer to buildin
Diffstat (limited to 'script')
-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 = {