From 75c3c095fa08bdd436f1ea60eca7175846f538b5 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 11 Sep 2020 13:01:16 +0200 Subject: Update itches --- itches/emacs/language-support.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'itches/emacs/language-support.org') diff --git a/itches/emacs/language-support.org b/itches/emacs/language-support.org index 145786e..d784f2b 100644 --- a/itches/emacs/language-support.org +++ b/itches/emacs/language-support.org @@ -1,12 +1,13 @@ * Python ** Fix builtin/keyword fontification for Python 3 E.g. =print= became a builtin. +Cf. [[https://debbugs.gnu.org/43298][bug#43298]]. *** TODO add fontification tests *** TODO have dedicated font-lock styles for Python 2, 3 and "mixed" Default to "mixed" (rely on tests to ensure user-visible change). **** TODO create font-lock styles **** TODO create variable to choose style -Users could customize it or set it wiht directory-local variables. +Users could customize it or set it with directory-local variables. *** TODO add heuristic to pick the "right" style ** Fontify f-strings E.g. =f'an {expression} that should be highlighted'=. -- cgit v1.2.3