summaryrefslogtreecommitdiff
path: root/pygments/lexers/ncl.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 20:27:58 +0100
committerGeorg Brandl <georg@python.org>2017-01-22 20:27:58 +0100
commitf9d97178624f11b597803206ba1d918da9c89532 (patch)
tree73ec1e1e0d5a451561453e73b8dcc1947cc52890 /pygments/lexers/ncl.py
parent1f75c51afdbe281e0044ca5c5369e14fc5e0e8e1 (diff)
downloadpygments-f9d97178624f11b597803206ba1d918da9c89532.tar.gz
all: run regexlint, add a few more changelog entries
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