Render the following C# code using Pygments ```cs file class K {} public class Z {} ``` Expected: `file` and `public` have the same color Actual: `public` is highlighted but `file` uses the default text color