tldraw/.vscode/snippets.code-snippets

17 lines
289 B
Text

{
"createComment": {
"scope": "typescript,typescriptreact",
"prefix": "ccc",
"body": [
"/**",
" * ${1:description}",
" *",
" * ### Example",
" *",
" *```ts",
" * ${2:example}",
" *```"
],
"description": "comment"
}
}