mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
Update utils.py
add color + other stuff
This commit is contained in:
parent
93288cb38b
commit
6e36b13df7
@ -20,6 +20,12 @@ def colorize(sheet_content):
|
||||
except ImportError:
|
||||
return sheet_content
|
||||
|
||||
# GMFTBY add
|
||||
if sheet_content == '' :
|
||||
# can not find the content about the term
|
||||
die('Can not find the content !')
|
||||
return
|
||||
|
||||
first_line = sheet_content.splitlines()[0]
|
||||
lexer = get_lexer_by_name('bash')
|
||||
if first_line.startswith('```'):
|
||||
|
Loading…
Reference in New Issue
Block a user