Closed PlaidPhantom closed 6 years ago
We're phasing out .meta.brace
in favor of .punctuation.definition.whatever.(begin|end).bracket.(round|square|curly)
. Just an FYI to whoever wants to work on this.
We're moving away from having too many classes as it has a large negative impact on rendering performance.
Hi, I maintain an Atom Theme and there's a couple things I'd like to add styling for in C#, however the parsing doesn't seem to be adding the appropriate classes. The cases I've noticed so far are:
if
statements and method definitions are not classed, though method call parens are (they get.punctuation.definition
). Javascript classes them as.meta.brace.round
, maybe C# could do something similar?.operator
class.