atom / language-csharp

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

Allow comments in more places #74

Closed damieng closed 8 years ago

damieng commented 8 years ago

Allows you to have comments;

[Attribute(1) /* Here */]
void A() /* Here */ 
{