tldraw/.vscode/snippets.code-snippets
2021-07-03 16:06:27 +01:00

18 lines
302 B
Text

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