Enpheebled created an issue (geany/geany#4412)

Brace matching works when a Python function call is inside an fstring when it's 
all on one line:
`msg = f"{prefix}{pformat(resp.json().get('message'), indent=1, 
sort_dicts=False)}"`

When I wrap the function call to avoid exceeding maximum line length, however, 
geany is unable to find matching braces and quotes, and displays coloured 
warnings.

Working:
![Image](https://github.com/user-attachments/assets/2da48870-bb0b-44c8-940e-5acd0049d30f)

Not working:
![Image](https://github.com/user-attachments/assets/baf29abd-7f64-4526-89cd-da5643a78cd6)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4412
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/[email protected]>

Reply via email to