diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/snippets/text-mode/f90-mode/c | 4 | ||||
-rw-r--r-- | emacs.d/snippets/text-mode/f90-mode/ch | 4 | ||||
-rw-r--r-- | emacs.d/snippets/text-mode/f90-mode/cx | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/f90-mode/c b/emacs.d/snippets/text-mode/f90-mode/c new file mode 100644 index 0000000..c7182e4 --- /dev/null +++ b/emacs.d/snippets/text-mode/f90-mode/c @@ -0,0 +1,4 @@ +#contributor: Li Zhu <http://www.zhuli.name> +#name : continue +# -- +continue $0 diff --git a/emacs.d/snippets/text-mode/f90-mode/ch b/emacs.d/snippets/text-mode/f90-mode/ch new file mode 100644 index 0000000..7e6b4cb --- /dev/null +++ b/emacs.d/snippets/text-mode/f90-mode/ch @@ -0,0 +1,4 @@ +#contributor: Li Zhu <http://www.zhuli.name> +#name : character +# -- +character $0 diff --git a/emacs.d/snippets/text-mode/f90-mode/cx b/emacs.d/snippets/text-mode/f90-mode/cx new file mode 100644 index 0000000..8feb41e --- /dev/null +++ b/emacs.d/snippets/text-mode/f90-mode/cx @@ -0,0 +1,4 @@ +#contributor: Li Zhu <http://www.zhuli.name> +#name : complex +# -- +complex $0 |