Install yasnippet and vala-snippets packages
This commit is contained in:
12
elpa/yasnippet-20160924.2001/snippets/f90-mode/puref
Normal file
12
elpa/yasnippet-20160924.2001/snippets/f90-mode/puref
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Jonas Kalderstam <jonas@kalderstam.se>
|
||||
# name: pure function ... end function ...
|
||||
# key: pure func
|
||||
# --
|
||||
pure function ${1:name} (${2:arg})
|
||||
${3:real} :: $1
|
||||
${4:real, intent(in)} :: $2
|
||||
|
||||
$0
|
||||
|
||||
end function $1
|
Reference in New Issue
Block a user