aspnetcore/test
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.Test Add line numbers for design time directives 2018-10-18 13:46:24 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Add line numbers for design time directives 2018-10-18 13:46:24 -07:00
Microsoft.AspNetCore.Razor.Design.Test Move RazorGenerate and RazorTagHelper tasks in to the Sdk 2018-09-19 10:09:56 -07:00
Microsoft.AspNetCore.Razor.Language.Test Add line numbers for design time directives 2018-10-18 13:46:24 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test
Microsoft.AspNetCore.Razor.Test.Common Merge branch 'release/2.2' 2018-10-01 17:05:44 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.AspNetCore.Razor.Test.MvcShim.ClassLib
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X
Microsoft.AspNetCore.Razor.Tools.Test
Microsoft.CodeAnalysis.Razor.Test Check for ITagHelper in tag helper feature provider (#2602) 2018-09-18 16:52:34 -07:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test Classify non-C# inside C# 2018-10-29 14:35:13 -07:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common Move RazorCompletionFactsService to CodeAnalysis.Workspaces.Razor. 2018-09-18 17:34:45 -07:00
Microsoft.VisualStudio.Editor.Razor.Test Implements versions for generated code 2018-10-23 18:19:18 -07:00
Microsoft.VisualStudio.Editor.Razor.Test.Common Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Incorporate breaking changes from CPS 2018-10-29 08:51:21 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
RazorPageGenerator.Test
testapps Move RazorGenerate and RazorTagHelper tasks in to the Sdk 2018-09-19 10:09:56 -07:00
Directory.Build.props