atom / language-csharp

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

Fix preprocessor token recognition #20 #38

Closed damieng closed 8 years ago

50Wliu commented 8 years ago

Please add specs for this.

damieng commented 8 years ago

Tried to do this but it seems that a bunch of the current parsing includes the spaces as part of the keyword which makes the specs test look odd.

Either we can have spaces in the specs or need to change more of the parsing to not include the spaces.

50Wliu commented 8 years ago

I tried fixing that but I believe ac+ specs broke. When I have time I'll try again.