Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
415a657d08
commit
4fcf78cfec
5 changed files with 24 additions and 19 deletions
|
|
@ -22,8 +22,15 @@
|
|||
"examples": [
|
||||
"Rust",
|
||||
"HTML"
|
||||
],
|
||||
"$comment": "This is used in the description and the class names."
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"description": "The title of the language.",
|
||||
"examples": [
|
||||
"Rust",
|
||||
"HTML"
|
||||
]
|
||||
},
|
||||
"scope": {
|
||||
"type": "string",
|
||||
|
|
@ -237,9 +244,7 @@
|
|||
"properties": {
|
||||
"c": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"const": true,
|
||||
"$comment": "Always generated"
|
||||
"default": true
|
||||
},
|
||||
"go": {
|
||||
"type": "boolean",
|
||||
|
|
@ -255,9 +260,7 @@
|
|||
},
|
||||
"node": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"const": true,
|
||||
"$comment": "Always generated (for now)"
|
||||
"default": true
|
||||
},
|
||||
"python": {
|
||||
"type": "boolean",
|
||||
|
|
@ -265,9 +268,7 @@
|
|||
},
|
||||
"rust": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"const": true,
|
||||
"$comment": "Always generated"
|
||||
"default": true
|
||||
},
|
||||
"swift": {
|
||||
"type": "boolean",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue