Sort lexers for a better help
This commit is contained in:
parent
add176306a
commit
f201fa0e70
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ except ImportError:
|
|||
else:
|
||||
for lexer in get_all_lexers():
|
||||
lexers.append(lexer[1][0])
|
||||
lexers.sort()
|
||||
|
||||
|
||||
def colorin(text, color="red", style="normal"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue