diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index a75317b3b0e..6d57517cd25 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -7182,7 +7182,7 @@ implementations: `python-mode' and `python-ts-mode'." | |||
| 7182 | \\{python-ts-mode-map}" | 7182 | \\{python-ts-mode-map}" |
| 7183 | :syntax-table python-mode-syntax-table | 7183 | :syntax-table python-mode-syntax-table |
| 7184 | (when (treesit-ready-p 'python) | 7184 | (when (treesit-ready-p 'python) |
| 7185 | (treesit-parser-create 'python) | 7185 | (setq treesit-primary-parser (treesit-parser-create 'python)) |
| 7186 | (setq-local treesit-font-lock-feature-list | 7186 | (setq-local treesit-font-lock-feature-list |
| 7187 | '(( comment definition) | 7187 | '(( comment definition) |
| 7188 | ( keyword string type) | 7188 | ( keyword string type) |