use new script template

This commit is contained in:
Nathaniel Landau
2021-10-27 11:16:49 -04:00
parent d984b7016c
commit 7212c9b545
2 changed files with 560 additions and 279 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -33,18 +33,6 @@
], ],
"description": "Comment block for a function" "description": "Comment block for a function"
}, },
"value": {
"scope": "shellscript",
"prefix": "_",
"body": ["\"\\${$0}\""],
"description": ""
},
"subshell": {
"scope": "shellscript",
"prefix": "__",
"body": ["\"\\$($0)\""],
"description": ""
},
"_function_() {}": { "_function_() {}": {
"scope": "shellscript", "scope": "shellscript",
"prefix": "_f", "prefix": "_f",
@@ -68,6 +56,18 @@
], ],
"description": "Add a new function" "description": "Add a new function"
}, },
"value": {
"scope": "shellscript",
"prefix": "_",
"body": ["\"\\${$0}\""],
"description": ""
},
"subshell": {
"scope": "shellscript",
"prefix": "__",
"body": ["\"\\$($0)\""],
"description": ""
},
"while read loop": { "while read loop": {
"scope": "shellscript", "scope": "shellscript",
"prefix": "_w", "prefix": "_w",