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