mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 05:37:45 +00:00
This PR includes the following fixes for the C# TextMate grammar: * Comments are now allowed after checked and unchecked statements (https://github.com/dotnet/csharp-tmLanguage/issues/104) * 'dynamic' is now highlighted as a built-in type keyword (https://github.com/dotnet/csharp-tmLanguage/issues/26) * Single-line comments with four slashes (i.e. ////) are now highlighted properly (https://github.com/dotnet/csharp-tmLanguage/issues/100) Thanks to (@Muchiachio](https://github.com/Muchiachio) for contributing these fixes!