|
45 | 45 | "config.hint.arrayIndex.Auto": "Show hints only when the table is greater than 3 items, or the table is a mixed table.", |
46 | 46 | "config.hint.arrayIndex.Disable": "Disable hints of array index.", |
47 | 47 | "config.hint.arrayIndex.Enable": "Show hints in all tables.", |
48 | | - "config.hint.enable": "Enabel hint.", |
| 48 | + "config.hint.enable": "Enable inlay hint.", |
49 | 49 | "config.hint.paramName": "Show hints of parameter name at the function call.", |
50 | 50 | "config.hint.paramName.All": "All types of parameters are shown.", |
51 | 51 | "config.hint.paramName.Disable": "Disable parameter hints.", |
|
71 | 71 | "config.runtime.special": "The custom global variables are regarded as some special built-in variables, and the language server will provide special support\nThe following example shows that 'include' is treated as' require '.\n```json\n\"Lua.runtime.special\" : {\n \"include\" : \"require\"\n}\n```\n", |
72 | 72 | "config.runtime.unicodeName": "Allows Unicode characters in name.", |
73 | 73 | "config.runtime.version": "Lua runtime version.", |
| 74 | + "config.semantic.annotation": "Semantic coloring of type annotations.", |
| 75 | + "config.semantic.enable": "Enable semantic color. You may need to set `editor.semanticHighlighting.enabled` to `true` to take effect.", |
| 76 | + "config.semantic.keyword": "Semantic coloring of keywords/literals/operators. You only need to enable this feature if your editor cannot do syntax coloring.", |
| 77 | + "config.semantic.variable": "Semantic coloring of variables/fields/parameters.", |
74 | 78 | "config.signatureHelp.enable": "Enable signature help.", |
75 | 79 | "config.telemetry.enable": "Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy).\n", |
76 | 80 | "config.window.progressBar": "Show progress bar in status bar.", |
|
0 commit comments