summaryrefslogtreecommitdiff
path: root/itches/emacs/language-support.org
diff options
context:
space:
mode:
Diffstat (limited to 'itches/emacs/language-support.org')
-rw-r--r--itches/emacs/language-support.org3
1 files changed, 2 insertions, 1 deletions
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'=.