diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/snippets/text-mode/f90-mode/if | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/f90-mode/if b/emacs.d/snippets/text-mode/f90-mode/if new file mode 100644 index 0000000..b4fb526 --- /dev/null +++ b/emacs.d/snippets/text-mode/f90-mode/if @@ -0,0 +1,6 @@ +#contributor: Li Zhu <http://www.zhuli.name> +#name : if then end if +# -- +if ( ${1:condition} ) then + $0 +end if |