Skip to content

Commit 20d2eb4

Browse files
authored
fix: link to correct Function highlight group (#413)
1 parent d4339e5 commit 20d2eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nightfox/group/modules/treesitter.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function M.get(spec, config, opts)
4747
["@property"] = { fg = syn.field }, -- the key in key/value pairs
4848

4949
-- Functions --------------------------------------------------------------
50-
["@function"] = { link = "Functions" }, -- function definitions
50+
["@function"] = { link = "Function" }, -- function definitions
5151
["@function.builtin"] = { fg = syn.builtin0, style = stl.functions }, -- built-in functions
5252
-- ["@function.call"] = { }, -- function calls
5353
["@function.macro"] = { fg = syn.builtin0, style = stl.functions }, -- preprocessor macros

0 commit comments

Comments
 (0)