Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4806 from mono/dev/kirillo/fixMimeTypes
Browse files Browse the repository at this point in the history
Fix mimeTypes attribute on CSharpAutoInsertBracketHandler.
  • Loading branch information
KirillOsenkov authored May 16, 2018
2 parents d61cf28 + fccda34 commit 925430f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/addins/CSharpBinding/CSharpBinding.addin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
</Extension>

<Extension path = "/MonoDevelop/Ide/AutoInsertBracketHandler">
<Handler class="MonoDevelop.CSharp.Features.AutoInsertBracket.CSharpAutoInsertBracketHandler" mimeType = "text/x-csharp" />
<Handler class="MonoDevelop.CSharp.Features.AutoInsertBracket.CSharpAutoInsertBracketHandler" mimeTypes = "text/x-csharp" />
</Extension>

<Extension path="/MonoDevelop/Ide/TypeService/MefHostServices">
Expand Down

0 comments on commit 925430f

Please sign in to comment.