ability to prioritize popular languages over uncommon languages

This commit is contained in:
Alan Hamlett 2017-02-26 17:05:55 -08:00
parent 9ce9d528fd
commit 8c2685696c
4 changed files with 74 additions and 5 deletions

View file

@ -450,7 +450,6 @@ class TypeScriptLexer(RegexLexer):
aliases = ['ts', 'typescript']
filenames = ['*.ts', '*.tsx']
mimetypes = ['text/x-typescript']
priority = 0.11
flags = re.DOTALL | re.MULTILINE