Skip to content

Commit 8c2dc65

Browse files
committed
fix(treesitter): constant.java duplication
1 parent 953b6bf commit 8c2dc65

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lua/catppuccin/groups/integrations/treesitter.lua

-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ 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-
134131
-- css
135132
["@property.css"] = { fg = C.lavender },
136133
["@property.id.css"] = { fg = C.blue },

0 commit comments

Comments
 (0)