mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: add custom colors for markup tokens
This commit is contained in:
parent
63d37ef012
commit
846f15666b
1 changed files with 5 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue