diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-07-08 18:40:07 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-07-08 18:40:07 +0800 |
commit | 210288995298fae946468523f5cbcf7e2ed69d68 (patch) | |
tree | a95241b8d275bc19f75361452cbd779256961e43 /script/config.lua | |
parent | ef87faf3cfca7654095b2c167e0faa20837b1080 (diff) | |
download | lua-language-server-210288995298fae946468523f5cbcf7e2ed69d68.zip |
显示十进制的数字
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config.lua b/script/config.lua index b2d64eb1..4c83e511 100644 --- a/script/config.lua +++ b/script/config.lua @@ -131,6 +131,7 @@ local ConfigTemplate = { enable = {true, Boolean}, viewString = {true, Boolean}, viewStringMax = {1000, Integer}, + viewNumber = {true, Boolean}, }, color = { mode = {'Semantic', String}, |