]> git.eshelyaron.com Git - emacs.git/commit
python-ts-mode: Improve fontification
authorJostein Kjønigsen <jostein@kjonigsen.net>
Thu, 20 Mar 2025 09:39:31 +0000 (10:39 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 22 Jun 2025 08:09:28 +0000 (10:09 +0200)
commitfd37e5f28a28e01111c6dd1253dbb9b19286a8e9
tree2344620795ed2e564429a28c0c4c97de95d3d84c
parentbc27c3525be0c57ce4dad3f3944ba2d2381cc78f
python-ts-mode: Improve fontification

python--treesit-settings: Fontification based on selectors & code-conventions

- Constructor: Fontified as type, not function-call.
- Typed default parameters
- Fontify kwargs in function calls as property-use. Differentiate from
  variable-use (passed in arguments)

(cherry picked from commit 39721a4d79a6056e09f4d0996f1942eee8e34934)
lisp/progmodes/python.el