aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python')
-rw-r--r--queries/python/highlights.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm
index 976528c48..b8b8b7b94 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -173,11 +173,7 @@
(#match? @preproc "^#!/"))
(string) @string
-[
- (escape_sequence)
- "{{"
- "}}"
-] @string.escape
+(escape_sequence) @string.escape
; doc-strings
(expression_statement (string) @spell)