Skip to content

Commit 47824ee

Browse files
committed
Fix syntax highlighting in code blocks
1 parent 279e6db commit 47824ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hub/apps/how-tos/copilot-chat-winui3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This highlights an important consideration: If you provide Copilot with **precis
130130

131131
At the time of this writing, the above input generated the below output:
132132

133-
```MainWindow.xaml.cs
133+
```csharp MainWindow.xaml.cs
134134
using Microsoft.UI.Xaml;
135135
using Microsoft.UI.Xaml.Controls;
136136
using System;
@@ -179,7 +179,7 @@ namespace ImageGenerator
179179
}
180180
```
181181

182-
```MainWindow.xaml
182+
```xml MainWindow.xaml
183183
<Window
184184
x:Class="ImageGenerator.MainWindow"
185185
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

0 commit comments

Comments
 (0)