bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61796: 30.0.50; tree-sitter + python: string fontification does not


From: Dmitry Gutov
Subject: bug#61796: 30.0.50; tree-sitter + python: string fontification does not handle nested strings
Date: Sun, 26 Feb 2023 03:13:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]