Skip to content

Commit 6267151

Browse files
committed
Added .xshd files for coloring .NET IL code.
1 parent 710c664 commit 6267151

File tree

3 files changed

+1070
-4
lines changed

3 files changed

+1070
-4
lines changed

src/CodeSnip/CodeSnip.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<Resource Include="Resources\Highlighting\Dark\fs.xshd" />
3939
<Resource Include="Resources\Highlighting\Dark\fx.xshd" />
4040
<Resource Include="Resources\Highlighting\Dark\html.xshd" />
41+
<Resource Include="Resources\Highlighting\Dark\il.xshd" />
4142
<Resource Include="Resources\Highlighting\Dark\ini.xshd" />
4243
<Resource Include="Resources\Highlighting\Dark\java.xshd" />
4344
<Resource Include="Resources\Highlighting\Dark\js.xshd" />
@@ -68,6 +69,7 @@
6869
<Resource Include="Resources\Highlighting\Light\fs.xshd" />
6970
<Resource Include="Resources\Highlighting\Light\fx.xshd" />
7071
<Resource Include="Resources\Highlighting\Light\html.xshd" />
72+
<Resource Include="Resources\Highlighting\Light\il.xshd" />
7173
<Resource Include="Resources\Highlighting\Light\ini.xshd" />
7274
<Resource Include="Resources\Highlighting\Light\java.xshd" />
7375
<Resource Include="Resources\Highlighting\Light\js.xshd" />
@@ -107,9 +109,5 @@
107109
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
108110
</Content>
109111
</ItemGroup>
110-
<ItemGroup>
111-
<None Remove="Resources\splash.png" />
112-
</ItemGroup>
113112

114-
115113
</Project>

0 commit comments

Comments
 (0)