Skip to content

Commit

Permalink
fix(highlights): updated unordered list, underline and strikethrough …
Browse files Browse the repository at this point in the history
…groups with standard names
  • Loading branch information
ALVAROPING1 authored and vhyrro committed Feb 15, 2024
1 parent 56ad805 commit e7f524c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/neorg/modules/core/highlights/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ module.config.public = {

-- Highlights for all the possible levels of ordered and unordered lists.
lists = {
unordered = { prefix = "+@punctuation.delimiter" },
unordered = { prefix = "+@markup.list" },

ordered = { prefix = "[email protected]" },
},
Expand Down Expand Up @@ -310,11 +310,11 @@ module.config.public = {
delimiter = "+NonText",
},
underline = {
[""] = "cterm=underline gui=underline",
[""] = "+@markup.underline",
delimiter = "+NonText",
},
strikethrough = {
[""] = "cterm=strikethrough gui=strikethrough",
[""] = "+@markup.strikethrough",
delimiter = "+NonText",
},
spoiler = {
Expand Down

0 comments on commit e7f524c

Please sign in to comment.