mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: set attribute style
This commit is contained in:
parent
179aadcc1e
commit
8abda07d73
1 changed files with 2 additions and 1 deletions
|
|
@ -308,7 +308,8 @@ local function set_highlights()
|
||||||
["@type.builtin"] = { fg = palette.foam, bold = styles.bold },
|
["@type.builtin"] = { fg = palette.foam, bold = styles.bold },
|
||||||
-- ["@type.definition"] = {},
|
-- ["@type.definition"] = {},
|
||||||
|
|
||||||
-- ["@attribute"] = {},
|
["@attribute"] = { fg = "iris" },
|
||||||
|
["@attribute.builtin"] = { fg = "iris", bold = styles.bold },
|
||||||
["@property"] = { fg = palette.foam, italic = styles.italic },
|
["@property"] = { fg = palette.foam, italic = styles.italic },
|
||||||
|
|
||||||
["@function"] = { fg = palette.rose },
|
["@function"] = { fg = palette.rose },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue