atom / language-csharp

C# language support for Atom
Other
62 stars 52 forks source link

Additional classes/parsing #90

Closed PlaidPhantom closed 6 years ago

PlaidPhantom commented 7 years ago

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:

image

winstliu commented 7 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.

damieng commented 6 years ago

We're moving away from having too many classes as it has a large negative impact on rendering performance.