color: add italic to style attributes

Closes #2841
This commit is contained in:
Tor Shepherd
2024-06-21 15:11:25 -04:00
committed by Andrew Gallant
parent edafb612d2
commit da672f87e8
5 changed files with 18 additions and 6 deletions

View File

@@ -18,6 +18,8 @@ Feature enhancements:
* [FEATURE #2708](https://github.com/BurntSushi/ripgrep/pull/2708):
Completions for the fish shell take ripgrep's config file into account.
* [FEATURE #2841](https://github.com/BurntSushi/ripgrep/pull/2841):
Add `italic` to the list of available style attributes in `--color`.
14.1.1 (2024-09-08)