aspnetcore/src/Microsoft.CodeAnalysis.Razo...
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
..
Editor
Host Add definitions for Document Services 2018-10-22 20:47:31 -07:00
ProjectSystem Add support for getting the output version 2018-10-29 14:35:13 -07:00
Properties Update LanguageServer IVT. 2018-09-21 12:51:36 -07:00
DefaultDocumentServiceProviderFactory.cs Add definitions for Document Services 2018-10-22 20:47:31 -07:00
DefaultErrorReporter.cs
DefaultErrorReporterFactory.cs
DefaultProjectSnapshotProjectEngineFactory.cs Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
DefaultProjectSnapshotProjectEngineFactoryFactory.cs
DefaultRazorCompletionFactsService.cs Move RazorCompletionFactsService to CodeAnalysis.Workspaces.Razor. 2018-09-18 17:34:45 -07:00
DocumentKey.cs
DocumentServiceProviderFactory.cs Add definitions for Document Services 2018-10-22 20:47:31 -07:00
ErrorReporter.cs
ExportCustomProjectEngineFactoryAttribute.cs
FallbackProjectEngineFactory.cs
ForegroundDispatcher.cs
ICustomProjectEngineFactoryMetadata.cs
IFallbackProjectEngineFactory.cs
IProjectEngineFactory.cs
Microsoft.CodeAnalysis.Razor.Workspaces.csproj automated: merge branch release/2.2 2018-09-28 17:27:35 -07:00
ProjectSnapshotProjectEngineFactory.cs Add and process notifications for Imports (#2656) 2018-10-19 21:39:43 -07:00
RazorCompletionFactsService.cs Move RazorCompletionFactsService to CodeAnalysis.Workspaces.Razor. 2018-09-18 17:34:45 -07:00
RazorCompletionItem.cs Move RazorCompletionFactsService to CodeAnalysis.Workspaces.Razor. 2018-09-18 17:34:45 -07:00
RazorCompletionItemKind.cs Move RazorCompletionFactsService to CodeAnalysis.Workspaces.Razor. 2018-09-18 17:34:45 -07:00
RazorDocumentExcerptService.cs Classify non-C# inside C# 2018-10-29 14:35:13 -07:00
RazorDocumentServiceProvider.cs Add definitions for Document Services 2018-10-22 20:47:31 -07:00
RazorSpanMappingService.cs Add definitions for Document Services 2018-10-22 20:47:31 -07:00
Resources.resx
SourceTextExtensions.cs
TagHelperResolutionResult.cs Fix #2054 - make TagHelperResolutionResult internal 2018-09-24 10:35:17 -07:00
TagHelperResolver.cs