params not highlighted

This commit is contained in:
Harivansh Rathi 2026-03-21 11:44:26 -04:00
parent d2d9d7953c
commit bc350095ce

View file

@ -1244,7 +1244,7 @@ local function get_groups()
["@method"] = { link = "Function" }, ["@method"] = { link = "Function" },
["@method.call"] = { link = "CozyboxBlueBold" }, ["@method.call"] = { link = "CozyboxBlueBold" },
["@constructor"] = { link = "Special" }, ["@constructor"] = { link = "Special" },
["@parameter"] = { link = "CozyboxGreen" }, ["@parameter"] = { link = "CozyboxFg1" },
["@keyword"] = { link = "Keyword" }, ["@keyword"] = { link = "Keyword" },
["@keyword.conditional"] = { link = "Conditional" }, ["@keyword.conditional"] = { link = "Conditional" },
["@keyword.debug"] = { link = "Debug" }, ["@keyword.debug"] = { link = "Debug" },
@ -1274,7 +1274,7 @@ local function get_groups()
["@variable"] = { link = "CozyboxFg1" }, ["@variable"] = { link = "CozyboxFg1" },
["@variable.builtin"] = { link = "Special" }, ["@variable.builtin"] = { link = "Special" },
["@variable.member"] = { link = "Identifier" }, ["@variable.member"] = { link = "Identifier" },
["@variable.parameter"] = { link = "CozyboxGreen" }, ["@variable.parameter"] = { link = "CozyboxFg1" },
["@constant"] = { link = "Constant" }, ["@constant"] = { link = "Constant" },
["@constant.builtin"] = { link = "Special" }, ["@constant.builtin"] = { link = "Special" },
["@constant.macro"] = { link = "Define" }, ["@constant.macro"] = { link = "Define" },