Skip to content

Commit

Permalink
fix(treesitter): highlight paths in .gitignore as text (#736)
Browse files Browse the repository at this point in the history
* fix(treesitter): highlight wildcards in .gitignore differently

* fix(treesitter): color paths in `.gitignore` as mauve

* fix(treesitter): color paths in `.gitignore` as text
  • Loading branch information
vollowx authored Jul 25, 2024
1 parent 07f1ee8 commit 4374588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/catppuccin/groups/integrations/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ If you want to stay on nvim 0.7, either disable the integration or pin catppucci
-- gitcommit
["@comment.warning.gitcommit"] = { fg = C.yellow },

-- gitignore
["@string.special.path.gitignore"] = { fg = C.text },

-- Misc
gitcommitSummary = { fg = C.rosewater, style = O.styles.miscs or { "italic" } },
zshKSHFunction = { link = "Function" },
Expand Down

0 comments on commit 4374588

Please sign in to comment.