I have just posted this question on StackOverflow. At the bottom there is some C# code which I would like to display with syntax hightlighting. I tried to add a hightlighting direction, like this:
<!-- language: lang-cs -->
[four blanks]using System.Windows.Controls;
[more indented code]
but I could not make it work. Do you know how to fix it?