unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/f90-mode/where

10 lines
167 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# contributor: Jonas Kalderstam <jonas@kalderstam.se>
# name: where ... end where ...
# key: where
# --
where (${1:condition})
$0
end where