aspnetcore/src
Ryan Nowak 6c1bee1940 Classify non-C# inside C#
Fixes a bug with preview formatting for FAR.

So when we ask the Roslyn API to classify C# for us, it will only
classify the actual C# tokens. We are responsible for filling in the
gaps and whitespace.

The bug is that the following text would have all of its whitespace
removed in the VS FAR preview window.

```
@{ var foo = "Hello, world!"; }
```

Would look like:
```
@{varfoo="Hello, world!";}
```

This fixes the issue and makes it look like what one would expect.
2018-10-29 14:35:13 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X
Microsoft.AspNetCore.Razor
Microsoft.AspNetCore.Razor.Design Use 3PartySHA2 instead of 3PartyDual for code-signing Newtonsoft.Json.dll (#2678) 2018-10-26 23:40:22 -07:00
Microsoft.AspNetCore.Razor.Language Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
Microsoft.AspNetCore.Razor.Runtime
Microsoft.AspNetCore.Razor.Tools
Microsoft.CodeAnalysis.Razor
Microsoft.CodeAnalysis.Razor.Workspaces Classify non-C# inside C# 2018-10-29 14:35:13 -07:00
Microsoft.CodeAnalysis.Remote.Razor Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
Microsoft.NET.Sdk.Razor Merge branch 'master' into merge/release/2.2-to-master 2018-10-25 09:35:47 -07:00
Microsoft.VisualStudio.Editor.Razor Update to use latest completion APIs 2018-10-19 15:10:19 -07:00
Microsoft.VisualStudio.LanguageServices.Razor Add GeneratedDocumentTextLoader 2018-10-29 14:35:13 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor
RazorPageGenerator
Directory.Build.props