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:

Not working:

--
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]>