]> git.eshelyaron.com Git - emacs.git/commit
Fix python-ts-mode built-in functions and attributes (bug#70478)
authorPrateek Sharma <ps.prateek.sharma143@gmail.com>
Fri, 19 Apr 2024 20:36:17 +0000 (02:06 +0530)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Apr 2024 15:01:17 +0000 (17:01 +0200)
commite8cde1bcf80727abf2d99ca7aed5ad7705359fa5
treec7953c3064d6388742d26578c7ccb5e55523feaa
parent13b9ef6013ba87886d4b87b259203676c7282c2f
Fix python-ts-mode built-in functions and attributes (bug#70478)

* lisp/progmodes/python.el (python--treesit-settings): Change the
treesitter query to fetch the correct type of node for built-in
functions and attributes and highlight them with corresponding
font-lock face.

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