diff options
author | sumneko <sumneko@hotmail.com> | 2021-10-16 16:51:51 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2021-10-16 16:51:51 +0800 |
commit | c032c847218a5148052e2bd1d41ddea464dd4c55 (patch) | |
tree | e9e309cd2cacbb00cff7341633ef98553dbf84ac /.luarc.json | |
parent | 88d38d4f360346e7d3cb4bb2687d01b1adac7a7e (diff) | |
download | lua-language-server-c032c847218a5148052e2bd1d41ddea464dd4c55.zip |
update semantic color
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json index 41d70d60..1efff2fc 100644 --- a/.luarc.json +++ b/.luarc.json @@ -24,5 +24,6 @@ "?.lua", "script/?.lua", "script/?/init.lua" - ] + ], + "Lua.color.mode": "SemanticEnhanced" } |