diff options
| author | Georg Brandl <georg@python.org> | 2022-10-27 07:18:16 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2022-10-27 12:15:22 +0200 |
| commit | 629c448bdcbd7ca9f5d530c0ef10fa3bcd7ccbff (patch) | |
| tree | 0d16b78a78b188e1f3ef28746b87ada37bdd804e /pygments/lexers/pascal.py | |
| parent | cffc5df62c258ca39fc7474f7197f2df33ab014f (diff) | |
| download | pygments-git-regex.tar.gz | |
all: convert "re" to "regex"regex
Diffstat (limited to 'pygments/lexers/pascal.py')
| -rw-r--r-- | pygments/lexers/pascal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/pascal.py b/pygments/lexers/pascal.py index 63b887ad..a0f0d71b 100644 --- a/pygments/lexers/pascal.py +++ b/pygments/lexers/pascal.py @@ -8,7 +8,7 @@ :license: BSD, see LICENSE for details. """ -import re +import regex as re from pygments.lexer import Lexer from pygments.util import get_bool_opt, get_list_opt |
