commit d6bd9372eb74ce41e313318cb09cce7c2747bbc6
parent e1d8bf31efc190983dcc3255b68ae4a812cf06b5
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 26 Nov 2021 23:54:29 +0100
Add more "motivation" for more precise Python fontification
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/itches/emacs/language-support.org b/itches/emacs/language-support.org
@@ -1,6 +1,6 @@
* Python
** Fix builtin/keyword fontification for Python 3
-E.g. =print= became a builtin.
+E.g. =print= became a builtin, =file= is no longer one.
Cf. [[https://debbugs.gnu.org/43298][bug#43298]].
*** TODO add fontification tests
*** TODO have dedicated font-lock styles for Python 2, 3 and "mixed"