summaryrefslogtreecommitdiff
path: root/locale/en-us
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-01-11 21:08:10 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-01-11 21:08:10 +0800
commit141f5d98b593a4eb2c626e2219ac33d91a524a1d (patch)
treee1776b26fd63303c245767aa679a9c2d51b6cf17 /locale/en-us
parent12bc09de1e6c30c5c241a22640579268f51e07e4 (diff)
downloadlua-language-server-141f5d98b593a4eb2c626e2219ac33d91a524a1d.zip
update locale
Diffstat (limited to 'locale/en-us')
-rw-r--r--locale/en-us/setting.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua
index 30afe9c8..6abc5734 100644
--- a/locale/en-us/setting.lua
+++ b/locale/en-us/setting.lua
@@ -83,6 +83,10 @@ config.color.mode = "Color mode."
config.color.mode.Semantic = "Semantic color. You may need to set `editor.semanticHighlighting.enabled` to `true` to take effect."
config.color.mode.SemanticEnhanced = "Enhanced semantic color. Like `Semantic`, but with additional analysis which might be more computationally expensive."
config.color.mode.Grammar = "Grammar color."
+config.semantic.enable = "Enable semantic color. You may need to set `editor.semanticHighlighting.enabled` to `true` to take effect."
+config.semantic.variable = "Semantic coloring of variables/fields/parameters."
+config.semantic.annotation = "Semantic coloring of type annotations."
+config.semantic.keyword = "Semantic coloring of keywords/literals/operators. You only need to enable this feature if your editor cannot do syntax coloring."
config.signatureHelp.enable = "Enable signature help."
config.hover.enable = "Enable hover."
config.hover.viewString = "Hover to view the contents of a string (only if the literal contains an escape character)."