Skip to content

Commit

Permalink
fix: link to correct Function highlight group (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc authored Jan 26, 2024
1 parent d4339e5 commit 20d2eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nightfox/group/modules/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function M.get(spec, config, opts)
["@property"] = { fg = syn.field }, -- the key in key/value pairs

-- Functions --------------------------------------------------------------
["@function"] = { link = "Functions" }, -- function definitions
["@function"] = { link = "Function" }, -- function definitions
["@function.builtin"] = { fg = syn.builtin0, style = stl.functions }, -- built-in functions
-- ["@function.call"] = { }, -- function calls
["@function.macro"] = { fg = syn.builtin0, style = stl.functions }, -- preprocessor macros
Expand Down

0 comments on commit 20d2eb4

Please sign in to comment.