[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67061: [PATCH] Improve syntax highlighting for python-ts-mode
From: |
Eli Zaretskii |
Subject: |
bug#67061: [PATCH] Improve syntax highlighting for python-ts-mode |
Date: |
Wed, 15 Nov 2023 15:28:33 +0200 |
Ping!
> Cc: 67061@debbugs.gnu.org
> Date: Sat, 11 Nov 2023 09:32:48 +0200
> From: Eli Zaretskii <eliz@gnu.org>
>
> > From: Denis Zubarev <dvzubarev@yandex.ru>
> > Date: Sat, 11 Nov 2023 05:21:25 +0300
> >
> > Improve syntax highlighting for python-ts-mode.
> >
> > - Fontify compound keywords "not in" and "is not" (fixes bug#67015)
> > - Fix fontification of strings inside of f-strings interpolation,
> > e.g. for f"beg {'nested'}" - 'nested' was not fontified as string.
> > - Do not override the face of builtin functions (all, bytes etc.) with
> > the function call face
> > - Add missing assignment expressions
> > - Fontify built-ins (dict,list,etc.) as types when they are used in type
> > hints
>
> Yuan, any comments?