Added more molang examples
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
"title": "Molang Number",
|
"title": "Molang Number",
|
||||||
"description": "The minecraft molang definition that results in a float",
|
"description": "The minecraft molang definition that results in a float",
|
||||||
"anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }],
|
"anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }],
|
||||||
"examples": [0, "query.variant", "(1.0)"]
|
"examples": [0, "query.variant", "(1.0)", "query.", "variable.=;"],
|
||||||
|
"defaultSnippets": [{ "label": "New Molang", "body": "$1" }]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
"title": "Molang",
|
"title": "Molang",
|
||||||
"description": "Molang definition",
|
"description": "Molang definition",
|
||||||
"format": "molang",
|
"format": "molang",
|
||||||
"examples": ["query.variant", "(1.0)"]
|
"examples": ["query.variant", "(1.0)", "query.", "variable.=;"],
|
||||||
|
"defaultSnippets": [{ "label": "New Molang", "body": "$1" }]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user