summaryrefslogtreecommitdiff
path: root/pygments/lexers/nimrod.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/nimrod.py')
-rw-r--r--pygments/lexers/nimrod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/nimrod.py b/pygments/lexers/nimrod.py
index 9b056fc4..e687152e 100644
--- a/pygments/lexers/nimrod.py
+++ b/pygments/lexers/nimrod.py
@@ -72,7 +72,7 @@ class NimrodLexer(RegexLexer):
(r'##.*$', String.Doc),
(r'#.*$', Comment),
(r'\*|=|>|<|\+|-|/|@|\$|~|&|%|\!|\?|\||\\|\[|\]', Operator),
- (r'\.\.|\.|,|\[\.|\.\]|{\.|\.}|\(\.|\.\)|{|}|\(|\)|:|\^|`|;',
+ (r'\.\.|\.|,|\[\.|\.\]|\{\.|\.\}|\(\.|\.\)|\{|\}|\(|\)|:|\^|`|;',
Punctuation),
# Strings