This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2017-06-10 15:36:35 +01:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
|
# name: pn1print
|
|
|
|
|
# group: pigsnose
|
|
|
|
|
# key: pn1print
|
|
|
|
|
# expand-env: (yas-indent-line fixed)
|
|
|
|
|
# --
|
|
|
|
|
-- @pn1print
|
2017-06-10 17:38:52 +01:00
|
|
|
let p = s "${1:print}" -- (3) "{$1, ${2:wobble}}" -- (4) "$2"
|
2017-06-10 15:36:35 +01:00
|
|
|
in d'print $ cf $
|
|
|
|
|
-- jux (slow 1.1) $ -- (2)
|
|
|
|
|
slow 2.5 . striate 6 $ p
|
|
|
|
|
-- # vowel (slow 3 "a e i") -- (1)
|