id summary reporter owner description type status priority component severity resolution keywords cc release 6662 Syntax highlighting is not longer working for C# Ryan J Ollos Alexander Slesarev "I have a C# code snipet for which syntax highlighting was working correctly in version 0.3, but no longer works correctly after upgrading to [7633]. [[Image(NoCSharpSyntaxHighlighting.png)]] {{{ {{{ #!GoodCodeExample #!c# private static double GetDistance(PointF point1, PointF point2) { //pythagorean theorem c^2 = a^2 + b^2 //thus c = square root(a^2 + b^2) double a = (double)(point2.X - point1.X); double b = (double)(point2.Y - point1.Y); return Math.Sqrt(a * a + b * b); } }}} }}}" defect closed normal CodeExampleMacro normal fixed 0.11