atom / language-csharp

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

Sync up language-csharp with work on other derivations #82

Closed damieng closed 7 years ago

damieng commented 7 years ago

Brings in changes from some other repos that have continued work on the C# syntax.

Fixes

Improves

jamesqo commented 7 years ago

Hooray! It's been so long since interpolated strings were introduced, nice to finally see them supported.

damieng commented 7 years ago

If you want to try it out today before it gets integrated with atom you can;

apm dev language-csharp

then cd into the github/language-csharp folder and type

apm link (also you can git pull when in this folder to pick up new changes as they are added here)

then launch atom and let me know what you think. If you have any problems and want to revert back just type

apm unlink language-csharp to go back to the baked-in version.