atom / language-csharp

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

Black method parameters highlighting #118

Closed worldbeater closed 6 years ago

worldbeater commented 6 years ago

Made some color tweaks, so now C# syntax highlighter uses black color for lambda parameters, function parameters, and private fields. Color keys are taken from scope-names.json that GitHub uses. More info on this can be found here.

Please, take a look at how it works now:

image

Not yet tested this in Atom.

worldbeater commented 6 years ago

Tested this in atom, so far looks nice.

image

@damieng need a review. Thanks in advance :)

damieng commented 6 years ago

This looks great!! Nice job :)