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

Fix syntax highlighting

Open denull opened this issue 1 year ago • 0 comments

This fixes incorrect highlighting of custom hexadecimal, octal and binary literals. For example, 0x0123'bi is not highlighted properly:

Hexadecimal literal not highlighted correctly

I also fixed #122 (incorrect highlight when fmt is used as function with triple quoted strings):

Triple quoted literal inside fmt function not highlighted correctly

denull avatar Oct 28 '23 03:10 denull