aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 4fc5d24e2fb..ebee703499a 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1069,7 +1069,7 @@ fontified."
1069 (when (eq (char-after string-beg) ?f) 1069 (when (eq (char-after string-beg) ?f)
1070 (cl-incf string-beg)) 1070 (cl-incf string-beg))
1071 (treesit-fontify-with-override 1071 (treesit-fontify-with-override
1072 (max start string-beg) (min end string-end) face override))) 1072 string-beg string-end face override start end)))
1073 1073
1074(defvar python--treesit-settings 1074(defvar python--treesit-settings
1075 (treesit-font-lock-rules 1075 (treesit-font-lock-rules