| # -*- mode: snippet -*-# name: pn1print# group: pigsnose# key: pn1print# expand-env: (yas-indent-line fixed)# ---- @pn1printlet p = s "${1:print}" -- (3) "{$1, ${2:wobble}}" -- (4) "$2"  in d'print $ cf $     -- jux (slow 1.1) $ -- (2)     slow 2.5 . striate 6 $ p     -- # vowel (slow 3 "a e i") -- (1)
 |