mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Added ["@float"] to default_highlights (#272)
This commit is contained in:
parent
b6fe88c328
commit
9356a6f3c7
1 changed files with 1 additions and 0 deletions
|
|
@ -295,6 +295,7 @@ local function set_highlights()
|
|||
["@boolean"] = { link = "Boolean" },
|
||||
["@number"] = { link = "Number" },
|
||||
["@number.float"] = { link = "Number" },
|
||||
["@float"] = { link = "Number" },
|
||||
|
||||
--- Types
|
||||
["@type"] = { fg = palette.foam },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue