changes for v7.0.3
This commit is contained in:
parent
8c2685696c
commit
1f1db4deee
2 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue