Browse Source

Fix Whitespace

pull/2334/head
tom-englert 5 years ago
parent
commit
8605274058
  1. 2
      ILSpy/TextView/DecompilerTextView.cs

2
ILSpy/TextView/DecompilerTextView.cs

@ -1170,7 +1170,7 @@ namespace ICSharpCode.ILSpy.TextView @@ -1170,7 +1170,7 @@ namespace ICSharpCode.ILSpy.TextView
HighlightingManager.Instance.RegisterHighlighting("ILAsm", new[] { ".il" }, "ILAsm-Mode");
HighlightingManager.Instance.RegisterHighlighting("C#", new[] { ".cs" }, "CSharp-Mode");
HighlightingManager.Instance.RegisterHighlighting("Asm", new[] { ".s", ".asm" }, "Asm-Mode");
HighlightingManager.Instance.RegisterHighlighting("xml", new[] { ".xml", ".baml" }, "XML-Mode");
HighlightingManager.Instance.RegisterHighlighting("xml", new[] { ".xml", ".baml" }, "XML-Mode");
}

Loading…
Cancel
Save