summaryrefslogtreecommitdiff
path: root/pygments/lexers/objective.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/objective.py')
-rw-r--r--pygments/lexers/objective.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/objective.py b/pygments/lexers/objective.py
index c9c4278f..6ad2efb9 100644
--- a/pygments/lexers/objective.py
+++ b/pygments/lexers/objective.py
@@ -8,7 +8,7 @@
:license: BSD, see LICENSE for details.
"""
-import re
+import regex as re
from pygments.lexer import RegexLexer, include, bygroups, using, this, words, \
inherit, default