diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 0e0898ffe28..ee05862550d 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -6619,6 +6619,7 @@ implementations: `python-mode' and `python-ts-mode'." | |||
| 6619 | "Major mode for editing Python files, using tree-sitter library. | 6619 | "Major mode for editing Python files, using tree-sitter library. |
| 6620 | 6620 | ||
| 6621 | \\{python-ts-mode-map}" | 6621 | \\{python-ts-mode-map}" |
| 6622 | :syntax-table python-mode-syntax-table | ||
| 6622 | (when (treesit-ready-p 'python) | 6623 | (when (treesit-ready-p 'python) |
| 6623 | (treesit-parser-create 'python) | 6624 | (treesit-parser-create 'python) |
| 6624 | (setq-local treesit-font-lock-feature-list | 6625 | (setq-local treesit-font-lock-feature-list |