Skip to content

Commit

Permalink
Use correct shell highlight for function names
Browse files Browse the repository at this point in the history
  • Loading branch information
neanias committed Oct 9, 2024
1 parent e06c57c commit 7c57941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/everforest/highlights.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2071,7 +2071,7 @@ highlights.generate_syntax = function(palette, options)
shVarAssign = { link = "Orange" },
shCmdSubRegion = { link = "Green" },
shCommandSub = { link = "Orange" },
shFunctionOne = { link = "Green" },
shFunction = { link = "Green" },
shFunctionKey = { link = "RedItalic" },

-- ZSH
Expand Down

0 comments on commit 7c57941

Please sign in to comment.