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

@ -3,6 +3,12 @@ History
-------
7.0.3 (2017-02-26)
++++++++++++++++++
- Ability to prioritize common languages over uncommon lanuages. #81
7.0.2 (2017-02-20)
++++++++++++++++++

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,