diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-29 14:50:06 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-29 14:50:06 +0800 |
commit | 4556d55e6e944f122db9cbb8c4d126d43dc8710d (patch) | |
tree | a04e44c0d22e28ac91d7c742c4d33bc4db27e115 /script/config.lua | |
parent | 84f00693304a934ffbd86aa48d35245d6277ea68 (diff) | |
download | lua-language-server-4556d55e6e944f122db9cbb8c4d126d43dc8710d.zip |
help makes semantic tokens effect
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/script/config.lua b/script/config.lua index cd9b5d33..1711052f 100644 --- a/script/config.lua +++ b/script/config.lua @@ -168,7 +168,8 @@ local ConfigTemplate = { local OtherTemplate = { associations = {{}, Hash(String, String)}, - exclude = {{}, Hash(String, Boolean)}, + exclude = {{}, Hash(String, Boolean)}, + semantic = {'', Or(Boolean, String)}, } local function init() |