summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHEN Wenqiang <wqshen91@gmail.com>2016-06-13 01:50:13 +0000
committerSHEN Wenqiang <wqshen91@gmail.com>2016-06-13 01:50:13 +0000
commitbdb202da36e80a9bc549d8609835ef3ec1d3fb19 (patch)
tree739a1974a24148d5e087d4cb45b99d7685193e65
parent7b15190ff900c719eee1ac497f966709462fe912 (diff)
downloadpygments-bdb202da36e80a9bc549d8609835ef3ec1d3fb19.tar.gz
add some punctuation
-rw-r--r--pygments/lexers/ncl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/ncl.py b/pygments/lexers/ncl.py
index 00850c66..19668579 100644
--- a/pygments/lexers/ncl.py
+++ b/pygments/lexers/ncl.py
@@ -59,10 +59,10 @@ class NCLLexer(RegexLexer):
Keyword.Type),
# Operators
- (r'[\^*+\-/<>]', Operator),
+ (r'[\%^*+\-/<>]', Operator),
# punctuation:
- (r'[\[\]():@$.,\\{}]', Punctuation),
+ (r'[\[\]():@$!&.,\\{}]', Punctuation),
(r'[=:]', Punctuation),
# Intrinsics