From e7f524c44f1a5d6fba6cced7e4eb3c22b9ff1473 Mon Sep 17 00:00:00 2001 From: ALVAROPING1 Date: Thu, 15 Feb 2024 18:13:43 +0100 Subject: [PATCH] fix(highlights): updated unordered list, underline and strikethrough groups with standard names --- lua/neorg/modules/core/highlights/module.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/neorg/modules/core/highlights/module.lua b/lua/neorg/modules/core/highlights/module.lua index a3b690a98..ae751a9b4 100644 --- a/lua/neorg/modules/core/highlights/module.lua +++ b/lua/neorg/modules/core/highlights/module.lua @@ -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 = "+@keyword.repeat" }, }, @@ -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 = {