Modify structured suggestion output
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
This commit is contained in:
parent
d488de82f3
commit
99f2977031
881 changed files with 4696 additions and 3326 deletions
|
@ -177,4 +177,6 @@ pub enum Style {
|
|||
NoStyle,
|
||||
Level(Level),
|
||||
Highlight,
|
||||
Addition,
|
||||
Removal,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue