summaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2021-10-16 16:51:51 +0800
committersumneko <sumneko@hotmail.com>2021-10-16 16:51:51 +0800
commitc032c847218a5148052e2bd1d41ddea464dd4c55 (patch)
treee9e309cd2cacbb00cff7341633ef98553dbf84ac /.luarc.json
parent88d38d4f360346e7d3cb4bb2687d01b1adac7a7e (diff)
downloadlua-language-server-c032c847218a5148052e2bd1d41ddea464dd4c55.zip
update semantic color
Diffstat (limited to '.luarc.json')
-rw-r--r--.luarc.json3
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"
}