summaryrefslogtreecommitdiff
path: root/pygments/lexers/ncl.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/ncl.py')
-rw-r--r--pygments/lexers/ncl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/ncl.py b/pygments/lexers/ncl.py
index 1ba7f4a7..3ca5135c 100644
--- a/pygments/lexers/ncl.py
+++ b/pygments/lexers/ncl.py
@@ -62,7 +62,7 @@ class NCLLexer(RegexLexer):
(r'[\%^*+\-/<>]', Operator),
# punctuation:
- (r'[\[\]():@$!&\|.,\\{}]', Punctuation),
+ (r'[\[\]():@$!&|.,\\{}]', Punctuation),
(r'[=:]', Punctuation),
# Intrinsics