diff options
author | fesily <fesil@foxmail.com> | 2022-08-13 14:25:05 +0800 |
---|---|---|
committer | fesily <fesil@foxmail.com> | 2022-08-13 14:25:05 +0800 |
commit | e0d3fc827071e6cce8e92b2a8c8fe5b706d1e987 (patch) | |
tree | baac4aca4fbce948aedf027c7493338698287184 /script/proto/define.lua | |
parent | dacf711d57cddbf106937abd64f544a9298f3349 (diff) | |
download | lua-language-server-e0d3fc827071e6cce8e92b2a8c8fe5b706d1e987.zip |
move string.buffer to buildin
Diffstat (limited to 'script/proto/define.lua')
-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 = { |