diff options
Diffstat (limited to 'locale/en-us/setting.lua')
-rw-r--r-- | locale/en-us/setting.lua | 4 |
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)." |