Added more molang examples

This commit is contained in:
DaanV2
2021-11-17 12:38:00 +01:00
parent 4aff5300b8
commit 2a4f4b4b1d
2 changed files with 4 additions and 2 deletions

View File

@@ -3,5 +3,6 @@
"title": "Molang Number",
"description": "The minecraft molang definition that results in a float",
"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" }]
}

View File

@@ -4,5 +4,6 @@
"title": "Molang",
"description": "Molang definition",
"format": "molang",
"examples": ["query.variant", "(1.0)"]
"examples": ["query.variant", "(1.0)", "query.", "variable.=;"],
"defaultSnippets": [{ "label": "New Molang", "body": "$1" }]
}