feat: better hl for markdown literal

This commit is contained in:
Folke Lemaitre
2023-04-16 21:36:13 +02:00
parent 6e0bfd6836
commit e0610445d5

View File

@@ -239,7 +239,7 @@ function M.setup()
["@variable.builtin"] = { fg = c.red }, -- Variable names that are defined by the languages, like `this` or `self`. ["@variable.builtin"] = { fg = c.red }, -- Variable names that are defined by the languages, like `this` or `self`.
--- Text --- Text
["@text.literal.markdown"] = { link = "Normal" }, ["@text.literal.markdown"] = { fg = c.orange },
["@text.literal.markdown_inline"] = { bg = c.terminal_black, fg = c.blue }, ["@text.literal.markdown_inline"] = { bg = c.terminal_black, fg = c.blue },
["@text.reference"] = { fg = c.teal }, ["@text.reference"] = { fg = c.teal },