We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4339e5 commit 20d2eb4Copy full SHA for 20d2eb4
lua/nightfox/group/modules/treesitter.lua
@@ -47,7 +47,7 @@ function M.get(spec, config, opts)
47
["@property"] = { fg = syn.field }, -- the key in key/value pairs
48
49
-- Functions --------------------------------------------------------------
50
- ["@function"] = { link = "Functions" }, -- function definitions
+ ["@function"] = { link = "Function" }, -- function definitions
51
["@function.builtin"] = { fg = syn.builtin0, style = stl.functions }, -- built-in functions
52
-- ["@function.call"] = { }, -- function calls
53
["@function.macro"] = { fg = syn.builtin0, style = stl.functions }, -- preprocessor macros
0 commit comments