vscode-nim icon indicating copy to clipboard operation
vscode-nim copied to clipboard

`emit` breaks syntax highlighting

Open tsoj opened this issue 3 years ago • 0 comments

This example doesn't get properly highlighted, and additionally it breaks all following highlighting:

{.emit: ["""for(size_t i = 0; i < """, 5, """; ++i){}"""].}

tsoj avatar Jun 01 '22 18:06 tsoj