Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 121d3a0

Browse files
committed
Merge pull request #4771 from testower/css-codehint-for-word-break
Added css code hint for word-break. Fixes #4762
2 parents e8c04c2 + 980b495 commit 121d3a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/extensions/default/CSSCodeHints/CSSProperties.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
"white-space": {"values": ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "inherit"]},
190190
"widows": {"values": ["inherit"]},
191191
"width": {"values": ["auto", "inherit"]},
192+
"word-break": {"values": ["normal", "break-all", "keep-all"]},
192193
"word-spacing": {"values": ["normal", "inherit"]},
193194
"word-wrap": {"values": ["break-word", "normal"]},
194195
"z-index": {"values": ["auto", "inherit"]}

0 commit comments

Comments
 (0)