bungcip / better-toml

toml extension for vs code editor
75 stars 13 forks source link

Support toml schema validator #2

Closed bungcip closed 8 years ago

bungcip commented 8 years ago

vscode have nice feature when opening .json file. The editor will validate the file based on http://schemastore.org schema.

I want better-toml to have that feature. Initial implementation will be based from vscode json extension and using json schema.

If someday toml have support for schema validation file, better-toml will also support it (I still hope for https://github.com/toml-lang/toml/pull/116)