2025-03-17 11:04:22 +01:00

11 lines
248 B
JSON
Executable File

{
"script:setup": {
"prefix": "script:setup",
"body": [
"<script setup lang=\"ts\">",
"\t$1",
"</script>"
],
"description": "Setup the basic structure of a class in JS"
}
}