emacs/snippets/raku-mode/until

7 lines
81 B
Plaintext

# -*- mode: snippet -*-
# name: until
# key: until
# --
until ${1:condition} {
}