diff --git a/nvim/lua/config/colorscheme.lua b/nvim/lua/config/colorscheme.lua index 2bc3a67..d0c7c23 100644 --- a/nvim/lua/config/colorscheme.lua +++ b/nvim/lua/config/colorscheme.lua @@ -95,6 +95,11 @@ return { ["@punctuation.bracket"] = { link = "@punctuation" }, ["@lsp.type.property"] = { link = "@variable" }, + -- Markup + ["@markup.raw"] = { link = "@text" }, + ["@markup.strong"] = { fg = colors.blue }, + ["@markup.italic"] = { fg = colors.green }, + -- PHP specific ["@class_name.php"] = { link = "@text" }, ["@extend_name.php"] = { link = "@text" },