mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim/lua/user/plugins/ui/colorscheme.lua: add @type.builtin
This commit is contained in:
parent
ea22774d62
commit
dd05d65994
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ local custom_highlights = function(colors)
|
|||
["@keyword.return"] = { link = "Keyword" },
|
||||
["@keyword.operator"] = { link = "Keyword" },
|
||||
["@property"] = { link = "@variable" },
|
||||
["@type.builtin"] = { fg = colors.yellow },
|
||||
["@tag"] = { link = "Keyword" },
|
||||
["@tag.delimiter"] = { link = "@text" },
|
||||
["@module"] = { link = "@text" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue