summaryrefslogtreecommitdiff
path: root/tuareg-mode/printf
diff options
context:
space:
mode:
Diffstat (limited to 'tuareg-mode/printf')
-rw-r--r--tuareg-mode/printf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tuareg-mode/printf b/tuareg-mode/printf
new file mode 100644
index 0000000..71a9a59
--- /dev/null
+++ b/tuareg-mode/printf
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: printf
+# key: pr
+# --
+Printf.printf "${1:string}" ${2:vals};; \ No newline at end of file