Describe the bug
Syntax highlighting of f-strings treats {} and everything inside it as part of the string.
To reproduce
Pybricks Code 2.1.0-beta.1
Steps to reproduce the behavior:
- Type in some code like
print(f"battery: {hub.battery.voltage() / 1000:.3f}V")
Expected behavior
The code in the {} should not be green.
Screenshots
