mirror of
https://codeberg.org/pnx/skift.nvim.git
synced 2026-06-16 04:24:57 +02:00
Update Treesitter tag highlights
This commit is contained in:
parent
20ba93c561
commit
32009c3a6d
1 changed files with 3 additions and 3 deletions
|
|
@ -107,9 +107,9 @@ function M.get(c)
|
|||
["@markup.list.checked"] = { fg = c.ok },
|
||||
["@markup.list.unchecked"] = { fg = c.fg_dim },
|
||||
|
||||
["@tag"] = { fg = c.keyword },
|
||||
["@tag.builtin"] = { fg = c.keyword, italic = true },
|
||||
["@tag.attribute"] = { link = "@tag" },
|
||||
["@tag"] = { link = "Tag" },
|
||||
["@tag.builtin"] = { link = "Tag", italic = true },
|
||||
["@tag.attribute"] = { link = "@type" },
|
||||
["@tag.delimiter"] = { fg = c.operator },
|
||||
|
||||
["@diff.plus"] = { fg = c.git_add },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue