* bug#61796: 30.0.50; tree-sitter + python: string fontification does not handle nested strings
@ 2023-02-25 22:30 Mickey Petersen
2023-02-26 1:13 ` Dmitry Gutov
0 siblings, 1 reply; 2+ messages in thread
From: Mickey Petersen @ 2023-02-25 22:30 UTC (permalink / raw)
To: 61796
I think the query and/or the way fontification is applied is causing a
problem when you nested double quotes inside single quotes:
# not right
A = 'before "inside" after'
# right
B = "before 'inside' after"
In GNU Emacs 30.0.50 (build 9, x86_64-pc-linux-gnu, GTK+ Version
3.24.20, cairo version 1.16.0) of 2023-02-23 built on mickey-work
Repository revision: fad3665069740e002fcb7f9313f9eeec81ad9a0c
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12013000
System Description: Ubuntu 20.04.3 LTS
Configured using:
'configure --with-native-compilation --with-json --with-mailutils
--without-compress-install --with-imagemagick CC=gcc-10'
Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ
IMAGEMAGICK JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2
M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP
SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER X11 XDBE
XIM XINPUT2 XPM GTK3 ZLIB
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#61796: 30.0.50; tree-sitter + python: string fontification does not handle nested strings
2023-02-25 22:30 bug#61796: 30.0.50; tree-sitter + python: string fontification does not handle nested strings Mickey Petersen
@ 2023-02-26 1:13 ` Dmitry Gutov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Gutov @ 2023-02-26 1:13 UTC (permalink / raw)
To: Mickey Petersen, 61796-done
Hi! Thanks for the report.
On 26/02/2023 00:30, Mickey Petersen wrote:
> I think the query and/or the way fontification is applied is causing a
> problem when you nested double quotes inside single quotes:
>
> # not right
> A = 'before "inside" after'
>
> # right
> B = "before 'inside' after"
Should be fixed in emacs-29 with commit 3cae0e3d96a.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-26 1:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-25 22:30 bug#61796: 30.0.50; tree-sitter + python: string fontification does not handle nested strings Mickey Petersen
2023-02-26 1:13 ` Dmitry Gutov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).