summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index a5d02d0fcba..7919484e096 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1047,8 +1047,7 @@ be fontified."
:language 'python
:override t
;; TODO Document on why we do this.
- '((string :anchor "\"" @python--treesit-fontify-string)
- (string) @contextual)
+ '((string :anchor "\"" @python--treesit-fontify-string))
:feature 'string-interpolation
:language 'python