mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
Fix typos for descriptions of emmet prefrerences #35676
This commit is contained in:
parent
dec5412de2
commit
36b598c047
1 changed files with 3 additions and 3 deletions
|
@ -41,8 +41,8 @@
|
|||
"emmetPreferencesStylusBetween": "Symbol to be placed at the between CSS property and value when expanding CSS abbreviations in Stylus files",
|
||||
"emmetShowSuggestionsAsSnippets": "If true, then emmet suggestions will show up as snippets allowing you to order them as per editor.snippetSuggestions setting.",
|
||||
"emmetPreferencesBemElementSeparator": "Element separator used for classes when using the bem filter",
|
||||
"emmetPreferencesBemModifierSeparator": "Modifer separator used for classes when using the bem filter",
|
||||
"emmetPreferencesFilterCommentBefore": "A definition of comment that should be placed before after element when comment filter is applied.",
|
||||
"emmetPreferencesFilterCommentAfter": "A definition of comment that should be placed before matched element when comment filter is applied.",
|
||||
"emmetPreferencesBemModifierSeparator": "Modifier separator used for classes when using the bem filter",
|
||||
"emmetPreferencesFilterCommentBefore": "A definition of comment that should be placed before matched element when comment filter is applied.",
|
||||
"emmetPreferencesFilterCommentAfter": "A definition of comment that should be placed after matched element when comment filter is applied.",
|
||||
"emmetPreferencesFilterCommentTrigger": "A comma-separated list of attribute names that should exist in abbreviation for the comment filter to be applied"
|
||||
}
|
Loading…
Reference in a new issue