Files
emacs/snippets/applescript-mode/repeat-with
2024-04-30 07:08:23 +02:00

6 lines
77 B
Plaintext

# -*- mode: snippet -*-
# name: repeat-with
# --
repeat with $1
$0
end repeat