
Adds json schema support for VS Code (especially [IntelliSense and validation](https://code.visualstudio.com/docs/languages/json#_intellisense-and-validation)): 
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"grammarly.selectors": [
|
|
{
|
|
"language": "markdown",
|
|
"scheme": "file"
|
|
},
|
|
{
|
|
"language": "asciidoc",
|
|
"scheme": "file"
|
|
}
|
|
],
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"/rules/**/metadata.json"
|
|
],
|
|
"url": "./rspec-tools/rspec_tools/validation/rule-metadata-schema.json"
|
|
}
|
|
]
|
|
} |