summaryrefslogtreecommitdiff
path: root/pygments/lexers/graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/graph.py')
-rw-r--r--pygments/lexers/graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/graph.py b/pygments/lexers/graph.py
index 04ec3262..61373631 100644
--- a/pygments/lexers/graph.py
+++ b/pygments/lexers/graph.py
@@ -66,7 +66,7 @@ class CypherLexer(RegexLexer):
(r'[.*{}]', Punctuation),
],
'strings': [
- (r'"(?:\\[tbnrf\'\"\\]|[^\\"])*"', String),
+ (r'"(?:\\[tbnrf\'"\\]|[^\\"])*"', String),
(r'`(?:``|[^`])+`', Name.Variable),
],
'whitespace': [