pragmagic / vscode-nim

An extension for VS Code which provides support for the Nim language.
Other
235 stars 38 forks source link

Block string literals #126

Closed Tronic closed 5 years ago

Tronic commented 5 years ago

Implements highlight for string block literals as discussed in nim-lang/RFCs#161

Additionally highlights any unknown string escapes. Otherwise should not affect existing code.

kosz78 commented 5 years ago

@Tronic these changes incorrect handle case with ":" or ':'

Tronic commented 5 years ago

@kosz78 Did you get those cases fixed or should I look into that over the weekend?

kosz78 commented 5 years ago

Could you please fix it?

kosz78 commented 4 years ago

@Tronic I have reverted pull request due #132 issues