changes for v7.0.3

This commit is contained in:
Alan Hamlett 2017-02-26 17:08:09 -08:00
parent 8c2685696c
commit 1f1db4deee
2 changed files with 7 additions and 0 deletions

View file

@ -305,6 +305,7 @@ def custom_pygments_guess_lexer_for_filename(_fn, _text, **options):
return result[-1][1](**options)
CUSTOM_PRIORITIES = {
'perl': 0.1,
'perl6': 0.1,