From e32fa3608f8e94358493ac6b1ff75f0c310b71d1 Mon Sep 17 00:00:00 2001 From: Alex Koch Date: Wed, 20 Sep 2023 08:29:35 -0600 Subject: adds emphasis option (#272) * adds emphasis option * add testing for emphasis option --------- Co-authored-by: Alex Koch --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4117ba3..b91154a 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ require("gruvbox").setup({ bold = true, italic = { strings = true, + emphasis = true, comments = true, operators = false, folds = true, -- cgit v1.2.3