summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/f90-mode/wr
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/snippets/text-mode/f90-mode/wr')
-rw-r--r--emacs.d/snippets/text-mode/f90-mode/wr4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/f90-mode/wr b/emacs.d/snippets/text-mode/f90-mode/wr
new file mode 100644
index 0000000..1ac3eb9
--- /dev/null
+++ b/emacs.d/snippets/text-mode/f90-mode/wr
@@ -0,0 +1,4 @@
+#contributor: Li Zhu <http://www.zhuli.name>
+#name : write (*,*)
+# --
+write (${1:*},${2:*}) $0