Skip to content

Commit 3811fd8

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

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
@@ -140,9 +140,6 @@ If you want to stay on nvim 0.7, either disable the integration or pin catppucci
140140
["@string.plain.css"] = { fg = C.peach },
141141
["@number.css"] = { fg = C.peach },
142142

143-
-- java
144-
["@constant.java"] = { fg = C.teal },
145-
146143
-- toml
147144
["@property.toml"] = { fg = C.blue }, -- Differentiates between string and properties
148145

0 commit comments

Comments
 (0)