ability to prioritize popular languages over uncommon languages
This commit is contained in:
parent
9ce9d528fd
commit
8c2685696c
4 changed files with 74 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue