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.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 7919484e096..ad4665eb19c 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -6548,6 +6548,7 @@ Add import for undefined name `%s' (empty to skip): "
6548 (cond 6548 (cond
6549 ;; Tree-sitter. 6549 ;; Tree-sitter.
6550 ((treesit-ready-p 'python-mode 'python) 6550 ((treesit-ready-p 'python-mode 'python)
6551 (treesit-parser-create 'python)
6551 (setq-local treesit-font-lock-feature-list 6552 (setq-local treesit-font-lock-feature-list
6552 '(( comment string function-name class-name) 6553 '(( comment string function-name class-name)
6553 ( keyword builtin constant type) 6554 ( keyword builtin constant type)