There was an error while loading. Please reload this page.
1 parent 4c7458c commit 01d9bdcCopy full SHA for 01d9bdc
janet-mode/do
@@ -0,0 +1,4 @@
1
+# -*- mode: snippet -*-
2
+# name: do
3
+# --
4
+(do `(if % (concat " " (doom-snippets-format "%n%s")))`$0)
janet-mode/each
+# name: each
+(each ${1:var} ${2:list} ${3:`(doom-snippets-format "%n%s")`})
janet-mode/if
+# name: if
+(if ${1:true}`(if % (concat " " (doom-snippets-format "%n%s")))`$0)
janet-mode/let
+# name: let
+(let [$1]`(if % (concat " " (doom-snippets-format "%n%s")))`$0)
0 commit comments