mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +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" },
|
["@punctuation.bracket"] = { link = "@punctuation" },
|
||||||
["@lsp.type.property"] = { link = "@variable" },
|
["@lsp.type.property"] = { link = "@variable" },
|
||||||
|
|
||||||
|
-- Markup
|
||||||
|
["@markup.raw"] = { link = "@text" },
|
||||||
|
["@markup.strong"] = { fg = colors.blue },
|
||||||
|
["@markup.italic"] = { fg = colors.green },
|
||||||
|
|
||||||
-- PHP specific
|
-- PHP specific
|
||||||
["@class_name.php"] = { link = "@text" },
|
["@class_name.php"] = { link = "@text" },
|
||||||
["@extend_name.php"] = { link = "@text" },
|
["@extend_name.php"] = { link = "@text" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue