95782bbca6
Added `english` / `spanish` tags and added `english` tag to template
20 lines
239 B
Plaintext
20 lines
239 B
Plaintext
{
|
|
"note": {
|
|
"scope": "markdown",
|
|
"prefix": "note",
|
|
"body": [
|
|
"---",
|
|
"tags: english, $1",
|
|
"---",
|
|
"",
|
|
"# ${TM_FILENAME_BASE}",
|
|
"",
|
|
"$3",
|
|
"",
|
|
"## What led to learning this",
|
|
"",
|
|
"- $2",
|
|
"",
|
|
],
|
|
}
|
|
} |