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 --- tests/gruvbox/gruvbox_spec.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/gruvbox/gruvbox_spec.lua b/tests/gruvbox/gruvbox_spec.lua index 864740a..1934582 100644 --- a/tests/gruvbox/gruvbox_spec.lua +++ b/tests/gruvbox/gruvbox_spec.lua @@ -16,6 +16,7 @@ describe("setup", function() strikethrough = true, italic = { strings = true, + emphasis = true, comments = true, operators = false, folds = true, @@ -43,6 +44,7 @@ describe("setup", function() bold = true, italic = { strings = true, + emphasis = true, comments = true, operators = false, folds = true, -- cgit v1.2.3