diff options
-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" } |