init
This commit is contained in:
7
snippets/sh-mode/until
Normal file
7
snippets/sh-mode/until
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: until loop
|
||||
# key: until
|
||||
# --
|
||||
until ${1:cond}; do
|
||||
$0
|
||||
done
|
||||
Reference in New Issue
Block a user