add some extra tags, and expand to snippets

This commit is contained in:
Aneurin Barker Snook
2017-06-10 15:36:35 +01:00
parent 5964e42d99
commit f37dea7efc
19 changed files with 257 additions and 13 deletions
+12
View File
@@ -0,0 +1,12 @@
# -*- mode: snippet -*-
# name: pn1print
# group: pigsnose
# key: pn1print
# expand-env: (yas-indent-line fixed)
# --
-- @pn1print
let p = s "print" -- (3) "{print, wobble}" -- (4) "wobble"
in d'print $ cf $
-- jux (slow 1.1) $ -- (2)
slow 2.5 . striate 6 $ p
-- # vowel (slow 3 "a e i") -- (1)