Skip to content

Commit a222595

Browse files
feat(rumdl): update schema to v0.1.28 (SchemaStore#5411)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aa5d2bb commit a222595

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/schemas/json/rumdl.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,11 @@
311311
"description": "Per-language tool configuration.",
312312
"type": "object",
313313
"properties": {
314+
"enabled": {
315+
"description": "Whether code block tools are enabled for this language (default: true).\nSet to false to acknowledge a language without configuring tools.\nThis satisfies strict mode (on-missing-language-definition) checks.",
316+
"type": "boolean",
317+
"default": true
318+
},
314319
"lint": {
315320
"description": "Tools to run in lint mode (rumdl check)",
316321
"type": "array",

0 commit comments

Comments
 (0)