add snippet for until
This commit is contained in:
parent
89f8fa6ba9
commit
04b34330ee
@ -129,4 +129,11 @@ while ($1) {
|
|||||||
|
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet until "until"
|
||||||
|
until ($1) {
|
||||||
|
${2:# body...}
|
||||||
|
}
|
||||||
|
|
||||||
|
endsnippet
|
||||||
|
|
||||||
# vim:ft=snippets:
|
# vim:ft=snippets:
|
||||||
|
Loading…
Reference in New Issue
Block a user