vscode-nim
vscode-nim copied to clipboard
Fix syntax highlighting
This fixes incorrect highlighting of custom hexadecimal, octal and binary literals. For example, 0x0123'bi
is not highlighted properly:
I also fixed #122 (incorrect highlight when fmt
is used as function with triple quoted strings):