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 0001bdd21a9..e4b9fe2367d 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -7147,7 +7147,7 @@ implementations: `python-mode' and `python-ts-mode'."
7147\\{python-ts-mode-map}" 7147\\{python-ts-mode-map}"
7148 :syntax-table python-mode-syntax-table 7148 :syntax-table python-mode-syntax-table
7149 (when (treesit-ready-p 'python) 7149 (when (treesit-ready-p 'python)
7150 (treesit-parser-create 'python) 7150 (setq treesit-primary-parser (treesit-parser-create 'python))
7151 (setq-local treesit-font-lock-feature-list 7151 (setq-local treesit-font-lock-feature-list
7152 '(( comment definition) 7152 '(( comment definition)
7153 ( keyword string type) 7153 ( keyword string type)