diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-03-02 13:16:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-03-02 13:16:57 +0800 |
commit | c76c287ae0944080c9671a3d87697f8ea6a25caa (patch) | |
tree | 31d170c7cdad77cabcd6e180b0fa4425c0d3df72 /script/config.lua | |
parent | 841e81a182f4de4a062aca30a664cca9b2c4e380 (diff) | |
download | lua-language-server-c76c287ae0944080c9671a3d87697f8ea6a25caa.zip |
暂存
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/config.lua b/script/config.lua index f58df498..b7588fb5 100644 --- a/script/config.lua +++ b/script/config.lua @@ -124,6 +124,9 @@ local ConfigTemplate = { callSnippet = {'Both', String}, keywordSnippet = {'Both', String}, }, + color = { + mode = {'Grammar', String}, + }, plugin = { enable = {false, Boolean}, path = {'.vscode/lua-plugin/*.lua', String}, |