Skip to content

Commit 953b6bf

Browse files
committed
Merge branch 'main' into refactor/syntax-highlighting
2 parents cc30149 + 81096ca commit 953b6bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/catppuccin/groups/integrations/treesitter.lua

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ If you want to stay on nvim 0.7, either disable the integration or pin catppucci
128128
["@text.title.5.markdown"] = { link = "rainbow5" },
129129
["@text.title.6.markdown"] = { link = "rainbow6" },
130130

131+
-- java
132+
["@constant.java"] = { fg = C.teal },
133+
131134
-- css
132135
["@property.css"] = { fg = C.lavender },
133136
["@property.id.css"] = { fg = C.blue },

0 commit comments

Comments
 (0)