|
30 | 30 | "emmetShowExpandedAbbreviation": "Shows expanded Emmet abbreviations as suggestions.\nThe option `\"inMarkupAndStylesheetFilesOnly\"` applies to html, haml, jade, slim, xml, xsl, css, scss, sass, less and stylus.\nThe option `\"always\"` applies to all parts of the file regardless of markup/css.",
|
31 | 31 | "emmetShowAbbreviationSuggestions": "Shows possible Emmet abbreviations as suggestions. Not applicable in stylesheets or when emmet.showExpandedAbbreviation is set to `\"never\"`.",
|
32 | 32 | "emmetIncludeLanguages": "Enable Emmet abbreviations in languages that are not supported by default. Add a mapping here between the language and Emmet supported language.\n For example: `{\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}`",
|
33 |
| - "emmetVariables": "Variables to be used in Emmet snippets", |
| 33 | + "emmetVariables": "Variables to be used in Emmet snippets.", |
34 | 34 | "emmetTriggerExpansionOnTab": "When enabled, Emmet abbreviations are expanded when pressing TAB.",
|
35 | 35 | "emmetPreferences": "Preferences used to modify behavior of some actions and resolvers of Emmet.",
|
36 |
| - "emmetPreferencesIntUnit": "Default unit for integer values", |
37 |
| - "emmetPreferencesFloatUnit": "Default unit for float values", |
38 |
| - "emmetPreferencesCssAfter": "Symbol to be placed at the end of CSS property when expanding CSS abbreviations", |
39 |
| - "emmetPreferencesSassAfter": "Symbol to be placed at the end of CSS property when expanding CSS abbreviations in Sass files", |
40 |
| - "emmetPreferencesStylusAfter": "Symbol to be placed at the end of CSS property when expanding CSS abbreviations in Stylus files", |
41 |
| - "emmetPreferencesCssBetween": "Symbol to be placed at the between CSS property and value when expanding CSS abbreviations", |
42 |
| - "emmetPreferencesSassBetween": "Symbol to be placed at the between CSS property and value when expanding CSS abbreviations in Sass files", |
43 |
| - "emmetPreferencesStylusBetween": "Symbol to be placed at the between CSS property and value when expanding CSS abbreviations in Stylus files", |
| 36 | + "emmetPreferencesIntUnit": "Default unit for integer values.", |
| 37 | + "emmetPreferencesFloatUnit": "Default unit for float values.", |
| 38 | + "emmetPreferencesCssAfter": "Symbol to be placed at the end of CSS property when expanding CSS abbreviations.", |
| 39 | + "emmetPreferencesSassAfter": "Symbol to be placed at the end of CSS property when expanding CSS abbreviations in Sass files.", |
| 40 | + "emmetPreferencesStylusAfter": "Symbol to be placed at the end of CSS property when expanding CSS abbreviations in Stylus files.", |
| 41 | + "emmetPreferencesCssBetween": "Symbol to be placed at the between CSS property and value when expanding CSS abbreviations.", |
| 42 | + "emmetPreferencesSassBetween": "Symbol to be placed at the between CSS property and value when expanding CSS abbreviations in Sass files.", |
| 43 | + "emmetPreferencesStylusBetween": "Symbol to be placed at the between CSS property and value when expanding CSS abbreviations in Stylus files.", |
44 | 44 | "emmetShowSuggestionsAsSnippets": "If `true`, then Emmet suggestions will show up as snippets allowing you to order them as per `#editor.snippetSuggestions#` setting.",
|
45 |
| - "emmetPreferencesBemElementSeparator": "Element separator used for classes when using the BEM filter", |
46 |
| - "emmetPreferencesBemModifierSeparator": "Modifier separator used for classes when using the BEM filter", |
| 45 | + "emmetPreferencesBemElementSeparator": "Element separator used for classes when using the BEM filter.", |
| 46 | + "emmetPreferencesBemModifierSeparator": "Modifier separator used for classes when using the BEM filter.", |
47 | 47 | "emmetPreferencesFilterCommentBefore": "A definition of comment that should be placed before matched element when comment filter is applied.",
|
48 | 48 | "emmetPreferencesFilterCommentAfter": "A definition of comment that should be placed after matched element when comment filter is applied.",
|
49 |
| - "emmetPreferencesFilterCommentTrigger": "A comma-separated list of attribute names that should exist in abbreviation for the comment filter to be applied", |
50 |
| - "emmetPreferencesFormatNoIndentTags": "An array of tag names that should not get inner indentation", |
51 |
| - "emmetPreferencesFormatForceIndentTags": "An array of tag names that should always get inner indentation", |
52 |
| - "emmetPreferencesAllowCompactBoolean": "If `true`, compact notation of boolean attributes are produced", |
| 49 | + "emmetPreferencesFilterCommentTrigger": "A comma-separated list of attribute names that should exist in the abbreviation for the comment filter to be applied.", |
| 50 | + "emmetPreferencesFormatNoIndentTags": "An array of tag names that should never get inner indentation.", |
| 51 | + "emmetPreferencesFormatForceIndentTags": "An array of tag names that should always get inner indentation.", |
| 52 | + "emmetPreferencesAllowCompactBoolean": "If `true`, compact notation of boolean attributes are produced.", |
53 | 53 | "emmetPreferencesCssWebkitProperties": "Comma separated CSS properties that get the 'webkit' vendor prefix when used in Emmet abbreviation that starts with `-`. Set to empty string to always avoid the 'webkit' prefix.",
|
54 | 54 | "emmetPreferencesCssMozProperties": "Comma separated CSS properties that get the 'moz' vendor prefix when used in Emmet abbreviation that starts with `-`. Set to empty string to always avoid the 'moz' prefix.",
|
55 | 55 | "emmetPreferencesCssOProperties": "Comma separated CSS properties that get the 'o' vendor prefix when used in Emmet abbreviation that starts with `-`. Set to empty string to always avoid the 'o' prefix.",
|
|
59 | 59 | "emmetPreferencesOutputInlineBreak": "The number of sibling inline elements needed for line breaks to be placed between those elements. If `0`, inline elements are always expanded onto a single line.",
|
60 | 60 | "emmetPreferencesOutputReverseAttributes": "If `true`, reverses attribute merging directions when resolving snippets.",
|
61 | 61 | "emmetPreferencesOutputSelfClosingStyle": "Style of self-closing tags: html (`<br>`), xml (`<br/>`) or xhtml (`<br />`).",
|
62 |
| - "emmetPreferencesCssColorShort": "If `true`, color values like #f will be expanded to #fff instead of #ffffff." |
| 62 | + "emmetPreferencesCssColorShort": "If `true`, color values like `#f` will be expanded to `#fff` instead of `#ffffff`." |
63 | 63 | }
|
0 commit comments