3951c2e40f
* applescript snippets from apples-mode apples-mode had snippets that were not in this repository: https://github.com/tequilasunset/apples-mode * add snippets to apples-mode Add the snippets included in apples-mode to the main repository.
6 lines
No EOL
79 B
Text
6 lines
No EOL
79 B
Text
# -*- mode: snippet -*-
|
|
# name: repeat-until
|
|
# --
|
|
repeat until $1
|
|
$0
|
|
end repeat |