I'm using a vscode customized theme that I changed to fit my needs, which I based on github dark for scopes. I'm finally in a spot I find it nice looking but I have a problem with fstring quotes, they simply don't get colored.
I've tried some scopes and just the punctuation.definition.string.begin/end
worked. When I tried using the meta.fstring.python
it changed the whole string color, quotes and text inside. The strange is that the raw (r"") strings work. Also there's this bug with the {var} inside the raw one.
Tried MagicPython to see if any of their Scopes work, but it didn't
Any suggestions as to which should I use to fix it?