diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-02-21 14:27:56 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-02-21 14:27:56 +0800 |
commit | 61498917bb2d6686b97c6193b2f713f099faf769 (patch) | |
tree | 617c0780519ee065e8a2d74564e3cf97812a5d86 /script/global.d.lua | |
parent | 2dd4ea4b7d95561b228a97800f5f68a30a6cff97 (diff) | |
download | lua-language-server-61498917bb2d6686b97c6193b2f713f099faf769.zip |
use `--preview` to enable preview features
Diffstat (limited to 'script/global.d.lua')
-rw-r--r-- | script/global.d.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/script/global.d.lua b/script/global.d.lua index 0435293e..ad4fb364 100644 --- a/script/global.d.lua +++ b/script/global.d.lua @@ -33,3 +33,9 @@ FOOTPRINT = false ---trace rpc, use command line: --rpclog=true ---@type boolean RPCLOG = false + +--enable preview features. +-- +--the current version is `formatting` +---@type boolean +PREVIEW = false |