summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2022-10-27 07:18:16 +0200
committerGeorg Brandl <georg@python.org>2022-10-27 12:15:22 +0200
commit629c448bdcbd7ca9f5d530c0ef10fa3bcd7ccbff (patch)
tree0d16b78a78b188e1f3ef28746b87ada37bdd804e /external
parentcffc5df62c258ca39fc7474f7197f2df33ab014f (diff)
downloadpygments-git-regex.tar.gz
all: convert "re" to "regex"regex
Diffstat (limited to 'external')
-rw-r--r--external/markdown-processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/markdown-processor.py b/external/markdown-processor.py
index d72012f9..9b8af083 100644
--- a/external/markdown-processor.py
+++ b/external/markdown-processor.py
@@ -32,7 +32,7 @@
INLINESTYLES = False
-import re
+import regex as re
from markdown.preprocessors import Preprocessor
from markdown.extensions import Extension