JSON Schema for the Hedgehog Set Object Notation (HSON) format.
Helpful for validation and editor integration purposes.
Add the following to the end of your settings.json:
"files.associations": {
"*.hson": "json"
},
"json.schemas": [
{
"fileMatch": [ "*.hson" ],
"url": "https://raw.githubusercontent.com/hedge-dev/hson-schema/main/hson.schema.json"
}
]