summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 19668579..1cc8a3f5 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