mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6cf181953f
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ def in_list(value, arg):
|
|||
def highlight(snippet):
|
||||
h = pygmentize(snippet.content, snippet.lexer)
|
||||
h = h.replace(u' ', u' ')
|
||||
h = h.replace(u'\t', ' ')
|
||||
return h.splitlines()
|
||||
|
|
Loading…
Reference in a new issue