saem / vscode-nim

Other
180 stars 23 forks source link

`emit` breaks syntax highlighting #96

Open tsoj opened 2 years ago

tsoj commented 2 years ago

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

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