Code: Select all
{
"Tag a": {
"body": [
"$add(a,b,...)"
],
"prefix": [
"a"
]
}
}
Code: Select all
{
"Tag a": {
"body": [
"$add(a,b,...)"
],
"prefix": [
"a"
]
}
}
Code: Select all
{
"Adds A and B test 1": {
"body": ["$add($1,,)$2"],
"prefix": "a",
"description": "Adds A and B test 1"
},
"Adds A and B test 2": {
"body": ["$add($1,,,)$2"],
"prefix": ["a"],
"description": "Adds A and B test 2"
},
"Adds A and B test 3": {
"body": ["$add($1,,,,)$2"],
"prefix": ["b"],
"description": "Adds A and B test 3"
}
}