pygments / pygments

Pygments is a generic syntax highlighter written in Python
http://pygments.org/
BSD 2-Clause "Simplified" License
1.75k stars 640 forks source link

C#: file keyword/accessibility modifier is not highlighted #2710

Open Arthri opened 1 month ago

Arthri commented 1 month ago

Render the following C# code using Pygments

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