diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
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." | |||
| 1047 | :language 'python | 1047 | :language 'python |
| 1048 | :override t | 1048 | :override t |
| 1049 | ;; TODO Document on why we do this. | 1049 | ;; TODO Document on why we do this. |
| 1050 | '((string :anchor "\"" @python--treesit-fontify-string) | 1050 | '((string :anchor "\"" @python--treesit-fontify-string)) |
| 1051 | (string) @contextual) | ||
| 1052 | 1051 | ||
| 1053 | :feature 'string-interpolation | 1052 | :feature 'string-interpolation |
| 1054 | :language 'python | 1053 | :language 'python |