yasnippet/extras/imported/f90-mode/Input/Output/Quick Write.yasnippet
2009-08-29 17:59:02 +00:00

7 lines
153 B
Plaintext

# -*- mode: snippet -*-
# key: wr
# contributor: Translated from TextMate Snippet
# name: Quick Write
# --
write(unit=${1:iounit}, fmt=*) ${0:variables}