Browse Source

Add missing class keyword to WritePrimitiveType.

pull/1347/head
Siegfried Pammer 7 years ago
parent
commit
1d5cfda5fe
  1. 1
      ILSpy/Languages/CSharpHighlightingTokenWriter.cs

1
ILSpy/Languages/CSharpHighlightingTokenWriter.cs

@ -273,6 +273,7 @@ namespace ICSharpCode.ILSpy
case "ulong":
color = valueTypeKeywordsColor;
break;
case "class":
case "object":
case "string":
case "void":

Loading…
Cancel
Save