I'm creating my own color scheme right now and I'm unable to assign curly braces any color, except by assining it to the Normal group which has plenty of side effects. I'd kindly ask to add syntax matches for { and }.
And I did inspect the curly braces. For curly braces within a class, it does get recognized (but apparently gets overwritten again?)

Inspecting a curly brace at class declaration, it doesn't get recognized though.

What I'm trying to achieve is assigning the curly braces the same colors as the parentheses. I'd like to give semicolons and any other kind of punctuation/delimiters a color too but there are no highlight groups available and the standard Delimiter highlight group is simply ignored, or rather overwritten by javaBlock.

I'm creating my own color scheme right now and I'm unable to assign curly braces any color, except by assining it to the
Normalgroup which has plenty of side effects. I'd kindly ask to add syntax matches for{and}.And I did inspect the curly braces. For curly braces within a class, it does get recognized (but apparently gets overwritten again?)

Inspecting a curly brace at class declaration, it doesn't get recognized though.

What I'm trying to achieve is assigning the curly braces the same colors as the parentheses. I'd like to give semicolons and any other kind of punctuation/delimiters a color too but there are no highlight groups available and the standard
Delimiterhighlight group is simply ignored, or rather overwritten byjavaBlock.