From 07a96014142ee9526e420e3cc4695925498ccb25 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 11 Jul 2020 23:35:17 -0400 Subject: rebase fixup --- syntax-highlighting-server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax-highlighting-server.py b/syntax-highlighting-server.py index 9f534c6..a1e30d6 100755 --- a/syntax-highlighting-server.py +++ b/syntax-highlighting-server.py @@ -11,6 +11,7 @@ # to listen on a public network. Once configured, set your cgit source filter # to syntax-highlighting-client.sh. +import pygments from pygments import highlight from pygments.formatters import HtmlFormatter from pygments.lexers import guess_lexer, guess_lexer_for_filename -- cgit v1.2.3