summaryrefslogtreecommitdiff
path: root/pygments/lexers/markup.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/markup.py')
-rw-r--r--pygments/lexers/markup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/markup.py b/pygments/lexers/markup.py
index 75236a61..dcc22250 100644
--- a/pygments/lexers/markup.py
+++ b/pygments/lexers/markup.py
@@ -96,7 +96,7 @@ class MoinWikiLexer(RegexLexer):
(r'.', Text),
],
'codeblock': [
- (r'}}}', Name.Builtin, '#pop'),
+ (r'\}\}\}', Name.Builtin, '#pop'),
# these blocks are allowed to be nested in Trac, but not MoinMoin
(r'\{\{\{', Text, '#push'),
(r'[^{}]+', Comment.Preproc), # slurp boring text