pragmagic / vscode-nim

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

Converted the Nim Syntax from XML to JSON for easier editing + nested multiline comments #17

Closed oderwat closed 8 years ago

oderwat commented 8 years ago

Using JSON makes it easier to read and change the syntax file. I converted it using https://www.npmjs.com/package/plist-to-json which worked besides dragging it out of the outer array.

oderwat commented 8 years ago

I also added support for nested multiline comments and nested multiline doc comments. It seems to work but I basically hacked that together from different internet sources :)

kosz78 commented 8 years ago

Great, thank You for contribution