fix: Allow line break after ellipsis and underscore (#425)
Cherry-picked from upstream PR #425
This commit is contained in:
parent
aa87b3f294
commit
25b75b706f
@ -125,6 +125,8 @@ bool isExplicitHyphen(const uint32_t cp) {
|
||||
case 0xFE58: // small em dash
|
||||
case 0xFE63: // small hyphen-minus
|
||||
case 0xFF0D: // fullwidth hyphen-minus
|
||||
case 0x005F: // Underscore
|
||||
case 0x2026: // Ellipsis
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user