We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8dcaa commit dcfa0a3Copy full SHA for dcfa0a3
lua/cyberdream/extensions/treesitter.lua
@@ -24,7 +24,7 @@ function M.get(opts, t)
24
["@field"] = { link = "Identifier" },
25
["@float"] = { link = "Float" },
26
["@function"] = { link = "Function" },
27
- ["@function.builtin"] = { link = "Special" },
+ ["@function.builtin"] = { link = "Function" },
28
["@function.call"] = { link = "@function" },
29
["@function.macro"] = { link = "Macro" },
30
["@include"] = { link = "Include" },
@@ -52,6 +52,7 @@ function M.get(opts, t)
52
["@markup.strong"] = { fg = t.pink, bold = true },
53
["@method"] = { link = "Function" },
54
["@method.call"] = { link = "@method" },
55
+ ["@module"] = { fg = t.magenta },
56
["@namespace"] = { link = "Include" },
57
["@none"] = { default = true },
58
["@number"] = { link = "Number" },
0 commit comments