mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-05 15:02:26 +00:00
Last commit before tagging and releasing
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: sub
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: subroutine
|
||||
# --
|
||||
subroutine ${1:name}
|
||||
${2:argument type}, intent(${3:inout}) :: ${1/\w+\((.*)\)|.*/$1/}
|
||||
$0
|
||||
end subroutine ${1/(\w+).*/$1/}
|
||||
Reference in New Issue
Block a user