saem / vscode-nim

Other
180 stars 23 forks source link

Fix syntax highlighting #133

Open deNULL opened 8 months ago

deNULL commented 8 months ago

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