pragmagic / vscode-nim

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

Block comments / inline comments are not supported. #7

Closed oderwat closed 8 years ago

oderwat commented 8 years ago

I just saw that block comments #[ that is a comment ]# are not yet supported. This creates some problems for my code as I switched over to use them since the new Nim release.