We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4752429 commit eb68831Copy full SHA for eb68831
package/nls.lua
@@ -8,6 +8,7 @@ return {
8
The following example shows that 'include' is treated as' require '.
9
]] .. example.special,
10
["config.runtime.unicodeName"] = "Allows Unicode characters in name.",
11
+ ["config.runtime.nonstandardSymbol"] = "Supports non-standard symbols. Make sure that your runtime environment supports these symbols.",
12
["config.diagnostics.enable"] = "Enable diagnostics.",
13
["config.diagnostics.disable"] = "Disabled diagnostic (Use code in hover brackets).\n",-- .. example.disable,
14
["config.diagnostics.globals"] = "Defined global variables.\n",-- .. example.globals,
0 commit comments