Skip to content

Commit

Permalink
Merge branch 'main' into refactor/syntax-highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly committed Sep 3, 2023
2 parents cc30149 + 81096ca commit 953b6bf
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 @@ -128,6 +128,9 @@ If you want to stay on nvim 0.7, either disable the integration or pin catppucci
["@text.title.5.markdown"] = { link = "rainbow5" },
["@text.title.6.markdown"] = { link = "rainbow6" },

-- java
["@constant.java"] = { fg = C.teal },

-- css
["@property.css"] = { fg = C.lavender },
["@property.id.css"] = { fg = C.blue },
Expand Down

0 comments on commit 953b6bf

Please sign in to comment.