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

Fix Issue #2543 #2737

Open JasonZhao5 opened 1 week ago

JasonZhao5 commented 1 week ago

…eturn types like ‘Class<?>’.

JasonZhao5 commented 1 week ago

Add ‘?’ to the symbols that the expression can match to accommodate return types like ‘Class<?>’. image