aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Koch <alex549us3@gmail.com>2023-09-20 08:29:35 -0600
committerGitHub <noreply@github.com>2023-09-20 11:29:35 -0300
commite32fa3608f8e94358493ac6b1ff75f0c310b71d1 (patch)
tree6bbafbb56af93db94e5f9c9927b54206b076708d /tests
parent7fb36e0f67aa6f3d7f3e54f37ca7032ea1af0b59 (diff)
downloadgruvbox-e32fa3608f8e94358493ac6b1ff75f0c310b71d1.tar.gz
gruvbox-e32fa3608f8e94358493ac6b1ff75f0c310b71d1.tar.xz
adds emphasis option (#272)
* adds emphasis option * add testing for emphasis option --------- Co-authored-by: Alex Koch <alex.koch@entrust.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/gruvbox/gruvbox_spec.lua2
1 files changed, 2 insertions, 0 deletions
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,