taplo icon indicating copy to clipboard operation
taplo copied to clipboard

Syntax Highlighter gives wrong color coding when escaping double quotes ("") with equals (=) in between

Open deltamarnix opened this issue 1 year ago • 1 comments

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.

image

deltamarnix avatar Dec 12 '23 14:12 deltamarnix

This looks VS Code specific.

ia0 avatar Dec 12 '23 14:12 ia0