pragmagic / vscode-nim

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

Update string escapes #101

Closed GULPF closed 5 years ago

GULPF commented 5 years ago

99 was incorrectly closed, the syntax definition was outdated.

\n was changed to be an alias to \l a while back. \p does what \n did before.

See manual

ghost commented 5 years ago

The syntax for example for const c = '\tt' is marked as legal, but here it's not too bad because nim compiler sees it.