diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/snippets/text-mode/f90-mode/in | 4 | ||||
-rw-r--r-- | emacs.d/snippets/text-mode/f90-mode/inc | 4 | ||||
-rw-r--r-- | emacs.d/snippets/text-mode/f90-mode/intr | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/f90-mode/in b/emacs.d/snippets/text-mode/f90-mode/in new file mode 100644 index 0000000..0c1d5e1 --- /dev/null +++ b/emacs.d/snippets/text-mode/f90-mode/in @@ -0,0 +1,4 @@ +#contributor: Li Zhu <http://www.zhuli.name> +#name : implicit none +# -- +implicit none diff --git a/emacs.d/snippets/text-mode/f90-mode/inc b/emacs.d/snippets/text-mode/f90-mode/inc new file mode 100644 index 0000000..dd649c4 --- /dev/null +++ b/emacs.d/snippets/text-mode/f90-mode/inc @@ -0,0 +1,4 @@ +#contributor: Li Zhu <http://www.zhuli.name> +#name : include +# -- +include $0 diff --git a/emacs.d/snippets/text-mode/f90-mode/intr b/emacs.d/snippets/text-mode/f90-mode/intr new file mode 100644 index 0000000..147fffd --- /dev/null +++ b/emacs.d/snippets/text-mode/f90-mode/intr @@ -0,0 +1,4 @@ +#contributor: Li Zhu <http://www.zhuli.name> +#name : intrinsic +# -- +intrinsic $0 |