diff -r 39e2b2d062c1 -r 493034cc3265 hgext/highlight/highlight.py --- a/hgext/highlight/highlight.py Thu Jul 18 12:03:29 2024 +0200 +++ b/hgext/highlight/highlight.py Thu Jul 18 12:36:12 2024 +0200 @@ -43,7 +43,6 @@ def pygmentize(field, fctx, style, tmpl, guessfilenameonly=False): - # append a to the syntax highlighting css tmpl.load(b'header') old_header = tmpl.cache[b'header']