curly underlines

This commit is contained in:
Mitchell Hashimoto
2022-11-27 16:11:15 -08:00
parent fee681ac78
commit bfc657395a
5 changed files with 58 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ pub const Parser = struct {
0 => return Attribute{ .reset_underline = {} },
1 => return Attribute{ .underline = .single },
2 => return Attribute{ .underline = .double },
3 => return Attribute{ .underline = .curly },
4 => return Attribute{ .underline = .dotted },
5 => return Attribute{ .underline = .dashed },