diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-08-13 16:05:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-13 16:05:38 +0800 |
commit | 6437d9c62d577f68ddc40f666a983ce8dde05e4a (patch) | |
tree | edc8dc516c191bb425a6374dba202171168b6142 /script | |
parent | d104b720669451a369a032d13f0f92153934d208 (diff) | |
parent | e0d3fc827071e6cce8e92b2a8c8fe5b706d1e987 (diff) | |
download | lua-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.lua | 1 |
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 = { |