You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include embedded language grammars in Razor VSIX extension.
- VS TextMate grammars can only reference other grammars that are included in the scope of the extension. Therefore we need to reship the C# and HTML grammars; however, the HTML grammar also depends on the JavaScript and CSS grammars so we need to ship those as well.
dotnet/aspnetcore#17801
0 commit comments