llkjdsaljkdsalkj
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
"body": "if ${2:[[ $1 ]]}; then\n\t$0\nfi",
|
||||
"description": "Bash snippet 'if'"
|
||||
},
|
||||
"elif": {
|
||||
"prefix": "elif",
|
||||
"body": "elif ${2:[[ $1 ]]}; then$0",
|
||||
"description": "Bash snippet 'elif'"
|
||||
},
|
||||
"while": {
|
||||
"prefix": "while",
|
||||
"body": "while read ${1:line}; do\n\t$2\ndone$0",
|
||||
|
||||
Reference in New Issue
Block a user