taplo
taplo copied to clipboard
Syntax Highlighter gives wrong color coding when escaping double quotes ("") with equals (=) in between
Make a TOML file with the following text:
[bar]
foo = { cmd = "julia --eval 'println(\"--check-bounds=yes\")'" }
zoo = { cmd = "julia --eval 'println(\"foo\")'"}
The extension wants to be smart with the =
sign, but unfortunately it results in strange coloring. I have escaped the double quotes inside the double quotes.
This looks VS Code specific.