mirror of
https://github.com/harivansh-afk/cozybox.nvim.git
synced 2026-04-15 05:02:08 +00:00
params not highlighted
This commit is contained in:
parent
d2d9d7953c
commit
bc350095ce
1 changed files with 2 additions and 2 deletions
|
|
@ -1244,7 +1244,7 @@ local function get_groups()
|
|||
["@method"] = { link = "Function" },
|
||||
["@method.call"] = { link = "CozyboxBlueBold" },
|
||||
["@constructor"] = { link = "Special" },
|
||||
["@parameter"] = { link = "CozyboxGreen" },
|
||||
["@parameter"] = { link = "CozyboxFg1" },
|
||||
["@keyword"] = { link = "Keyword" },
|
||||
["@keyword.conditional"] = { link = "Conditional" },
|
||||
["@keyword.debug"] = { link = "Debug" },
|
||||
|
|
@ -1274,7 +1274,7 @@ local function get_groups()
|
|||
["@variable"] = { link = "CozyboxFg1" },
|
||||
["@variable.builtin"] = { link = "Special" },
|
||||
["@variable.member"] = { link = "Identifier" },
|
||||
["@variable.parameter"] = { link = "CozyboxGreen" },
|
||||
["@variable.parameter"] = { link = "CozyboxFg1" },
|
||||
["@constant"] = { link = "Constant" },
|
||||
["@constant.builtin"] = { link = "Special" },
|
||||
["@constant.macro"] = { link = "Define" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue