openscad-support-vscode icon indicating copy to clipboard operation
openscad-support-vscode copied to clipboard

BUG : comment symbol is applied inside a double quote string

Open AlexDep opened this issue 9 months ago • 0 comments

Hi, I noticed a bug in the code formatting the character "/" followed by "\" to make it stringable looks like is detected as the start of a comment and so the whole editor becomes highlighted.

letterIDs = str("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789$&<>*+@/\\", specialCharacters);

image

Best

Alex

AlexDep avatar Apr 29 '24 07:04 AlexDep