sakura/.vscode/snippets.json
2021-07-09 18:28:29 +08:00

12 lines
279 B
JSON

{
"html": {
"snippets": {
"divc": "div[class=${1}]",
"icon": "icon[name=${1}]",
"view": "div[class=${1}]",
"text": "span[class=\"text\"]",
"image": "Image[src=${1} placeholder=${2} :avatar=\"false\" alt=${2} :draggable=\"false\"]"
}
}
}