bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45679: 28.0.50; python-mode variable font locking is inconsistent


From: Doug Davis
Subject: bug#45679: 28.0.50; python-mode variable font locking is inconsistent
Date: Sun, 28 Feb 2021 19:47:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)

Its seems that the issue pops up when a function signature includes the
trailing return type int:

#+begin_src python
def func(a, b) -> None:
    x = 5
    y = 6
#+end_src

has bad assignment font locking for "x = 5"; while this version:

#+begin_src
def func(a, b):
    x = 5
    y = 6
#+end_src

appears to have expected variable assignment font locking.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]