forked from yoshi389111/visible-whitespace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
25 lines (25 loc) · 1.83 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"visibleWhitespace.description": "Make whitespace visible.",
"visibleWhitespace.enabledLanguageIds": "A list of languageIds for which this extension should be enabled. If empty, it will be enabled for all languageIds.",
"visibleWhitespace.updateDelay": "Delay time in milliseconds before updating.",
"visibleWhitespace.overlayColor": "Color string (hex, rgba, rgb) for overlay.",
"visibleWhitespace.htab.enable": "Enables making horizontal tabs visible.",
"visibleWhitespace.htab.text": "Text to overlay on horizontal tabs.",
"visibleWhitespace.newLine.enable": "Enables making new line visible.",
"visibleWhitespace.newLine.lf": "Text of LF.",
"visibleWhitespace.newLine.crLf": "Text of CRLF.",
"visibleWhitespace.newLine.color": "Color string (hex, rgba, rgb) for new line.",
"visibleWhitespace.space.enable": "Enables making spaces visible.",
"visibleWhitespace.space.render": "Controls how the editor should render spaces.",
"visibleWhitespace.space.text": "Text to overlay of spaces.",
"visibleWhitespace.nbsp.enable": "Enables making no-break spaces visible.",
"visibleWhitespace.nbsp.text": "Text to overlay of no-break spaces.",
"visibleWhitespace.widespace.enable": "Enables making wide-spaces visible.",
"visibleWhitespace.widespace.text": "Text to overlay of wide-spaces.",
"visibleWhitespace.other.enable": "Enables making other whitespaces visible.",
"visibleWhitespace.other.borderColor": "Border color string (hex, rgba, rgb) of other whitespaces.",
"visibleWhitespace.eof.enable": "Enables making EOF visible.",
"visibleWhitespace.eof.text": "Text of EOF.",
"visibleWhitespace.eof.color": "Color string (hex, rgba, rgb) for EOF.",
"visibleWhitespace.regexp.patternErrorMessage": "Specify the color string in \"#RRGGBB\", \"rgb(R,G,B)\" or \"rgba(R,G,B,A)\" format."
}