16 lines
390 B
Plaintext
16 lines
390 B
Plaintext
{
|
|
"Gate template": {
|
|
"prefix": "template",
|
|
"body": [
|
|
"import { PartialTemplate } from '../types/PartialTemplate'",
|
|
"",
|
|
"/**",
|
|
" * The template of the ${1:and} gate",
|
|
" */",
|
|
"const ${1}Template: PartialTemplate = ${2:[]}",
|
|
"",
|
|
"export default ${1}Template"
|
|
]
|
|
}
|
|
}
|