opengoal-vscode/snippets/opengoal.json
2022-07-24 22:53:37 -04:00

8 lines
167 B
JSON

{
"defun": {
"prefix": "defun",
"body": ["(defun ${1:name} (${2:vars})", "\t\"${3:doc-string}\"", "\t$0)"],
"description": "Create a new function"
}
}