Skip to content

Commit

Permalink
sh-mode while-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-Inoue committed May 16, 2016
1 parent f3eae69 commit 0d24fcb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sh-mode/while
@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: while loop
# key: while
# --
while ${1:cond}; do
$0
done

0 comments on commit 0d24fcb

Please sign in to comment.