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

Use alias_filenames instead of filenames for HTML/XML+Evoque lexers. #2743

Open renfeisong opened 4 days ago

renfeisong commented 4 days ago

This PR moves the .html and .xml extensions from filenames to alias_filenames for the HTML/XML+Evoque lexers, which is now consistent with all other “template+html/xml” lexers.